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

           Summary: webservice request sampler adding xmlns:xmlns
           Product: JMeter
           Version: 2.1.1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When using WebService(SOAP)Request sampler, my xml envelope looks like this
(either thru specifying a file or entering directly into the SOAP/xml-rpc data
field):

<soap-env:Envelope xmlns=""
xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/";>

once Envelope.unmarshall is performed and the message is sent out, this envelope
 has changed to

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xmlns="">

Of course, the spec says xmlns:xmlns is not allowed. So why is this xmlns:xmlns
being added ?

-- 
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