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 2004/10/27 17:33:39 UTC

DO NOT REPLY [Bug 31920] New: - Recording SOAP via Proxy incorrectly encodes XML

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: jmeter-dev@jakarta.apache.org
        ReportedBy: dparry@visualitylife.com


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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org