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=31920>.
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=31920

Recording SOAP via Proxy incorrectly encodes XML

           Summary: Recording SOAP via Proxy incorrectly encodes XML
           Product: JMeter
           Version: 2.0.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HTTP
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using a java-based client that talks SOAP to a server (uses Axis).
Attempting to record the SOAP requests so that they can be replayed back to the server.
Added a HTTP Proxy Server to the Workbench and a Recording Controller, ran some tests 
with a web 
browser, worked fine.
Requests are being recorded as HTTP Requests, which is okay, but the query parameters 
for the XML 
part of the request is incorrectly having the "encode" flag checked, so that when it 
gets played back 
(and played through to the server), the request is garbled because it is being 
URL-encoded.
Suggest checking the Content-Type or Content-Transfer-Encoding header to determine 
whether the 
content should be URL-encoded.

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

Reply via email to