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 "Andreas Veithen (Moved) (JIRA)" <ji...@apache.org> on 2011/12/30 14:09:31 UTC

[jira] [Moved] (AXIS2-5222) Invalid XML returned as SOAP Fault

     [ https://issues.apache.org/jira/browse/AXIS2-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen moved AXIS-2840 to AXIS2-5222:
----------------------------------------------

          Component/s:     (was: Basic Architecture)
    Affects Version/s:     (was: 1.5)
                       1.5
                  Key: AXIS2-5222  (was: AXIS-2840)
              Project: Axis2  (was: Axis)
    
> Invalid XML returned as SOAP Fault
> ----------------------------------
>
>                 Key: AXIS2-5222
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5222
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5
>         Environment: Tomcat
>            Reporter: George Inman
>            Priority: Minor
>
> SOAP faults produced by the Axis2 Server contain invalid XML. The namespace of the faultcode, faultstring and detail elements are not declared causing non Axis2 clients to throw Invalid XML exceptions. Please could these elements either be prefixed with the SOAP envelope urn or that prefix be declared as the target namespace of the message.
> for example:
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>    <soapenv:Body>
>       <soapenv:Fault>
>          <faultcode>soapenv:Server</faultcode>
>          <faultstring>Could not find the AttributeAuthority  object exiting</faultstring>
>          <detail/>
>       </soapenv:Fault>
>    </soapenv:Body>
> </soapenv:Envelope>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org