Forum Discussion
Ashik
13 years agoOccasional Contributor
Hi,
how to add the request step script you mentioned.....just pasting the given script doesnt work...
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cal="http://www.parasoft.com/wsdl/calculator/">
<soapenv:Header/>
<soapenv:Body>
<cal:add>
<cal:x>?</cal:x>
<cal:y>?</cal:y>
</cal:add>
</soapenv:Body>
</soapenv:Envelope>
This is my actual xml request which i need to fetch....
how to add the request step script you mentioned.....just pasting the given script doesnt work...
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cal="http://www.parasoft.com/wsdl/calculator/">
<soapenv:Header/>
<soapenv:Body>
<cal:add>
<cal:x>?</cal:x>
<cal:y>?</cal:y>
</cal:add>
</soapenv:Body>
</soapenv:Envelope>
This is my actual xml request which i need to fetch....
stevsaunders
6 years agoNew Member
Ashik wrote:
Hi,
how to add the request step script you mentioned.....just pasting the given script doesnt work...
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/essaytyper" xmlns:cal="http://www.parasoft.com/wsdl/calculator/">
<soapenv:Header/>
<soapenv:Body>
<cal:add>
<cal:x>?</cal:x>
<cal:y>?</cal:y>
</cal:add>
</soapenv:Body>
</soapenv:Envelope>
This is my actual xml request which i need to fetch....
Hi! I wanted to ask if you figured out how to make the script work?