...
| Code Block | ||
|---|---|---|
| ||
<steps>
<invoke method="POST" contentFile="addreq.xml" soapAction=""
url="http://localhost:6980/MathServiceInterface"/>
<verifyXPath xpath="//addResponse/out[ text()='3.0' ]"/>
<invoke method="POST" contentFile="squarereq.xml" soapAction=""
url="http://localhost:6980/MathServiceInterface"/>
<verifyXPath xpath="//squareResponse/out[ text()='9.0' ]"/>
</steps>
|
Where addreq.xml would look something like:
...