You can generate the xml manually, or maybe use
the jsr181 client proxy stuff to use a java interface ...
How do you create the message currently ?

On 2/14/07, Anthony <[EMAIL PROTECTED]> wrote:

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.




--
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/

Reply via email to