onserv
9 years agoNew Contributor
xml document as a datasource driven input parameter for service request
In the ready api test suite tools, what is the proper way to wrap a datasource value, that happens to be an xml document input for my web service call...I'm not familiar with ng test scripting as of ...
- 9 years ago
The way to handle this is:
1) do not use the form tab...use the xml tab to mark up request binding property in the test suite project....
2) make sure you don't have spaces in those tag wrappers...the spaces will break the request...in my original post, I had some
spaces between [ $ and at the end } ] and for some reason that breaks things....
So this idea works fine, the source can be an xml doc string.
<![CDATA[${dsMyXMLScenarios#myxmldocstring}]]>
3) make sure you read item 1.
Thanks tech support.
djm