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.

Reply via email to