getVersion Service returns invalid response message
---------------------------------------------------

         Key: AXIS2-435
         URL: http://issues.apache.org/jira/browse/AXIS2-435
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
    Versions: 0.94    
    Reporter: Jim Murphy


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>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to