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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to