[
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: [email protected]
For additional commands, e-mail: [email protected]