You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2005/09/17 02:08:38 UTC

DO NOT REPLY [Bug 36694] New: - substitute a value in the input XML for webservices (SOAP) request sampler

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36694>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36694

           Summary: substitute a value in the input XML for webservices
                    (SOAP) request sampler
           Product: JMeter
           Version: 2.1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: mmathuria@infostretch.com


am trying to substitute a value in the input XML. This variable is saved as a 
postprocessing  parameter. Logging shows that this variable is saved correctly.

When the input XML is part of SOAP/RPC data box like (note variable 
${search_context}, things are fine, the value of the variable gets 
substituted. But when this content is saved as a file and specified in either 
filename or messagefolder, the value does not get substituted.

-> sample content attached.....
 

<S:Envelope S:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:XS="http://www.w3.org/2001/XMLSchema" 
xmlns:XI="http://www.w3.org/2001/XMLSchema-instance">
 <S:Body>
 <a:closeFetch>
  <arg0 XI:type="XS:string">${search_context}</arg0> 
  </a:closeFetch>
  </S:Body>
  </S:Envelope>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org