יום שישי, 12 ביולי 2013

Passing parameters in soapUI

Create the test Suite
Capture45

Add the parameters
Capture46 
Call the web service

Capture47

The soap request :

  1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cxf="http://cxfserver.mycompany.com/">
  2:    <soapenv:Header/>
  3:    <soapenv:Body>
  4:       <cxf:GetMsg>
  5:          <!--Optional:-->
  6:          <arg0>
  7:             <!--Optional:-->
  8:             <Name>${#Name}</Name>
  9:             <Age>${#Age}</Age>
 10:          </arg0>
 11:       </cxf:GetMsg>
 12:    </soapenv:Body>
 13: </soapenv:Envelope>

אין תגובות:

הוסף רשומת תגובה