You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Ruwan Linton (JIRA)" <ji...@apache.org> on 2009/08/02 06:16:15 UTC

[jira] Commented: (SYNAPSE-352) Namespace issues of generated SOAP faults

    [ https://issues.apache.org/jira/browse/SYNAPSE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737986#action_12737986 ] 

Ruwan Linton commented on SYNAPSE-352:
--------------------------------------

faultcode and faultstring are not namespace qualified as per the SOAP11 specification;

see the sample 10 of the SOAP11 specification - http://www.w3.org/TR/2000/NOTE-SOAP-20000508/ (scroll down to the end of the page, it is the final sample)

The tns:Receiver is not a valid faultcode according to the specification and that has to be fixed.

Thanks,
Ruwan

> Namespace issues of generated SOAP faults
> -----------------------------------------
>
>                 Key: SYNAPSE-352
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-352
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: 1.2-beta1
>         Environment: All environments
>            Reporter: Evanthika Amarasiri
>            Assignee: Ruwan Linton
>
> Issue 1
> ====
> The faultstring of a generated SOAP fault is not namespace qualified.
> Issue 2
> ====
> For a SOAP11 fault a SOAP12 namespace declaration is specified (http://www.w3.org/2003/05/soap-envelope)
> ******************************************************************************************************
> <soapenv:Fault xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <faultcode xmlns:tns="http://www.w3.org/2003/05/soap-envelope">tns:Receiver</faultcode>
>       <faultstring>java.net.UnknownHostException: bogus</faultstring>
> </soapenv:Fault>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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