XML Passed to a Web Service Query

A

Armstrong

I have a button on my form with rules that set a Web Service Query Parameter
and then invoke the Web Service. I am attempting to pass an XML nodeset as
the Query parameter to a Web Service. The web service call is working but the
Web Service is not receiving the nodeset I pass. It is receiving the data,
with all of the XML tags stripped out.

Is there a way to change the rule which sets the Query Parameter to make
sure the XML tags are retained.
 
Top