java - Expose back-end function using two client interfaces (SOAP web-service and RESTful API) to connect -
expose back-end function using 2 client interfaces (soap web-service , restful api) connect
i wanted expose back-end function, createcustomer , provide options client either call using soap web-service or restful api.
it great know if came across framework creates soap , restful endpoints back-end function?
i know various ways can achieved, few of below, interested know if existing framework provides kind of feature.
option 1 - create createcustomer soap web-service (apache cxf) - create restful api(jersey, dropwizard etc.) , call soap web-service or directly implementation
option 2 - use esb , create proxy soap web-service , restful api , call implementation.
some other option
thank you!
Comments
Post a Comment