Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.94
-
None
-
None
Description
Notice the bogus namespace decl on the child of body element: xmlns:res="http://soapenc/">
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<soapenv:Header>...</soapenv:Header>
<soapenv:Body>
<res:getVersionResponse xmlns:res="http://soapenc/">
<return xmlns="">Hello I am Axis2 version service , My version is 0.94 Jan 11, 2006 (07:57:40 LKT)</return>
</res:getVersionResponse>
</soapenv:Body>
</soapenv:Envelope>