so how would you call an external web service method with arguments extracted from the message body?
example: webservice method: public int addNumbers(final int num1, final int num2) message example: <myMessage> <num1>5</num1> <num2>4</num2> </myMessage> how can i use the http provider to do this or is there another way? thanks! -- View this message in context: http://www.nabble.com/Calling-external-web-service-tf3159837s12049.html#a8959503 Sent from the ServiceMix - User mailing list archive at Nabble.com.
