You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jim Murphy (JIRA)" <ji...@apache.org> on 2006/02/08 22:16:39 UTC

[jira] Created: (AXIS2-435) getVersion Service returns invalid response message

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


[jira] Resolved: (AXIS2-435) getVersion Service returns invalid response message

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-435?page=all ]
     
Deepal Jayasinghe resolved AXIS2-435:
-------------------------------------

    Fix Version: 0.95
     Resolution: Fixed

fixed

> 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
>      Fix For: 0.95

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