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
