I was just wondering if anyone had any thoughts on this. I am going to access another company's web service and the input parameter to the web service is an xml string that represents a query request for data. The response that I get back is also an xml string. So, instead of passing multiple parameters, we are just passing on xml string parameter. So I guess the soap packet would be xml within xml which seems kind of odd.
I guess it will probably work, but is this an ok way to do things? Just curious about people's thoughts on something like this. Thanks, Jan
