Hello, I'm new with Apache ServiceMix, and I'm asking questions concerning the architecture I should use. 1) I have a XML message as entry (no-SOAP) <message>msg</message> 2) This message has to be converted to be passed to an external Web Service, using SOAP. 3) The Web Service returns a SOAP message that has to be converted back to XML
I thought I use the servicemix-http for the Binding Component (1), and maybe the servicemix-jsr181 (2). My questions are : - do you think there is a better Binding Component (1) to do this job? - my servicemix-jsr181 will use a java pojo. Do I have to do a call to the Web Service in this implemented class, or should I use another architecture? thank you for your answers -- View this message in context: http://www.nabble.com/components-to-use-for-an-XML-to-SOAP-request-tp23745527p23745527.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
