npdavenport
13 years agoNew Contributor
Writing to Request Panel
I have a situation where I am generating the xml in my soap request dynamically because the data being received is dynamic through a data source. I created a java library so I could make use of reusable code across my projects. My xml is being generated as a string. While I could just write the result into a test case property and then use the property in the request panel, I want to display the entire generated xml in the request panel instead. Doing this will give the end use the ability to see the request easily if/when they so desire. After searching I am still unable to figure out how to clear the auto generated xml from the wsdl and replace it with my own xml. Thanks in advance!