You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Martin Mulder <ma...@dia.groningen.nl> on 2008/04/17 12:33:36 UTC

Sending http requests to xml webservice

Maybe a stupid question, but....

I have an XML webservice without soap.
The call is a http GET request and the response is XML

So i can call:

http://localhost/question?search=option1&part=option2

the answer is een XML message.

I need te create a SOAP consumer, transform te message to extract
<option1> and <option2> and use them to do the HTTP GET  request.

Is this possible?


Thanks,

Martin