Web Service Using XML for input and output

2010-02-15 Thread Shane McIntyre
I'm attempting to use a web service that takes XML as an input and returns an XML output.  I can connect to the service and attempt to pass in the XML but do not get any results. I believe my problem is how to package up the XML and send it in the request.  The XML consists of about 20

Re: Web Service Using XML for input and output

2010-02-15 Thread Steve Holden
Shane McIntyre wrote: I'm attempting to use a web service that takes XML as an input and returns an XML output. I can connect to the service and attempt to pass in the XML but do not get any results. I believe my problem is how to package up the XML and send it in the request. The XML