Hi, I have a question of architecture. How will you do that :
I have SOAP methods exposed with a .WSDL file into CXF-BC consumer and implemented into a CXF-SE. Into this CXF-SE I need to call remotely a service (but not a SOAP web service) implemented as Spring HTTPServlet. My question : is it ok to inject directly the connector of this remote service into the CXF-SE or use the NMR to a given BC (not CXF-BC in that case) that will do the job (call the remote service) ? I am not sure I have understood completely what is a CXF-BC provider (is it a component with java code you can implement or only automatic component (without CXF-SE) that send SOAP request to a remote service) ? When defining a CXF-BC provider have we got a linked CFX-SE as with CXF-BC consumer? Regards. -- View this message in context: http://www.nabble.com/Calling-a-Spring-HTTP-servlet-from-CXF-SE-%28use-a-dedicated-BC--%29-tp24181456p24181456.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
