I am new to JMeter. I am trying test a webservice using the following SOAP
request. I am trying make the soap requests read the data from the external
source. I tried, User Param and CVS Config but it does not work. I am trying
to make value 123456 a parameter to use external data for each iteration.
Please help!

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:per="http://www.bla.com/blah/blah";>
   <soapenv:Header/>
   <soapenv:Body>
      <per:personInformationSearchCriteria>
         <per:dlIdUnlNumber>12345678</per:dlIdUnlNumber>
         <per:TransactionIdentifier>test</per:TransactionIdentifier>
      </per:personInformationSearchCriteria>
   </soapenv:Body>
</soapenv:Envelope>


-- 
View this message in context: 
http://www.nabble.com/Variable-for-the-SOAP-Webservice-Request-tp15641529p15641529.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to