Forum Discussion
justlooking
12 years agoNew Contributor
some additional clarification -
there are 3 parameters to the web method: username, password, and XML, which is the data to pass to the method.
I'd like to have the XML defined statically to the test, with parameters in the XML string which will be populated at run time by a data step. If the entire XML message is wrapped in a CDATA wrapper and saved to a file, I can pull the entire message and populate a property inserted into the CDATA string, but this doesn't work if the CDATA wrapper and XML are part of the test case.
there are 3 parameters to the web method: username, password, and XML, which is the data to pass to the method.
I'd like to have the XML defined statically to the test, with parameters in the XML string which will be populated at run time by a data step. If the entire XML message is wrapped in a CDATA wrapper and saved to a file, I can pull the entire message and populate a property inserted into the CDATA string, but this doesn't work if the CDATA wrapper and XML are part of the test case.