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

George Inman updated AXIS-2840:
-------------------------------

    Description: 
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:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>Some String</faultstring>
         <detail/>
     </soapenv:Fault>



  was:
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.




> Invalid XML returned as SOAP Fault
> ----------------------------------
>
>                 Key: AXIS-2840
>                 URL: https://issues.apache.org/jira/browse/AXIS-2840
>             Project: Axis
>          Issue Type: Bug
>          Components: Basic Architecture
>    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:Fault>
>          <faultcode>soapenv:Server</faultcode>
>          <faultstring>Some String</faultstring>
>          <detail/>
>      </soapenv:Fault>

-- 
This message is automatically generated by JIRA.
-
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]

Reply via email to