You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2007/10/23 05:22:24 UTC

[jira] Created: (SM-1113) SOAP faults don't work when elementFormDefault is unqualified

SOAP faults don't work when elementFormDefault is unqualified 
--------------------------------------------------------------

                 Key: SM-1113
                 URL: https://issues.apache.org/activemq/browse/SM-1113
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-cxf-bc
            Reporter: Freeman Fang
            Assignee: Freeman Fang
             Fix For: 3.2


the JBI binding fault is 
<ns1:JBIFault xmlns:ns1="http://cxf.apache.org/bindings/jbi"><ns2:UnknownPersonFault xmlns:ns2="http://servicemix.apache.org/samples/wsdl-first/types"><personId xmlns=""></personId></ns2:UnknownPersonFault></ns1:JBIFault>

but the soap binding fault is 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Fault occured</faultstring><detail><ns2:UnknownPersonFault xmlns:ns2="http://servicemix.apache.org/samples/wsdl-first/types"><personId xmlns="" xmlns="" /></ns2:UnknownPersonFault></detail></soap:Fault></soap:Body></soap:Envelope>

the transform from JBI binding fault to soap binding fault is incorrect, which cause the duplicated namespace

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


[jira] Resolved: (SM-1113) SOAP faults don't work when elementFormDefault is unqualified

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SM-1113.
------------------------------

    Resolution: Fixed

> SOAP faults don't work when elementFormDefault is unqualified 
> --------------------------------------------------------------
>
>                 Key: SM-1113
>                 URL: https://issues.apache.org/activemq/browse/SM-1113
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.2
>
>
> the JBI binding fault is 
> <ns1:JBIFault xmlns:ns1="http://cxf.apache.org/bindings/jbi"><ns2:UnknownPersonFault xmlns:ns2="http://servicemix.apache.org/samples/wsdl-first/types"><personId xmlns=""></personId></ns2:UnknownPersonFault></ns1:JBIFault>
> but the soap binding fault is 
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Fault occured</faultstring><detail><ns2:UnknownPersonFault xmlns:ns2="http://servicemix.apache.org/samples/wsdl-first/types"><personId xmlns="" xmlns="" /></ns2:UnknownPersonFault></detail></soap:Fault></soap:Body></soap:Envelope>
> the transform from JBI binding fault to soap binding fault is incorrect, which cause the duplicated namespace

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