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 2008/08/05 10:27:52 UTC

[jira] Work stopped: (SM-1499) CxfBcInterceptorTest failed

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

Work on SM-1499 stopped by Freeman Fang.

> CxfBcInterceptorTest failed
> ---------------------------
>
>                 Key: SM-1499
>                 URL: https://issues.apache.org/activemq/browse/SM-1499
>             Project: ServiceMix
>          Issue Type: Test
>          Components: servicemix-cxf-bc
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0
>
>
> the namespace in the binding part is incorrect
> <wsdl:binding name="QuoteReporterRPCBinding" type="tns:QuoteReporterRPC">
>     <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
>     <wsdl:operation name="getStockQuote">
>       <soap:operation style="rpc"/>
>       <wsdl:input name="getStockQuote">
>               <soap:body use="literal" namespace="http://servicemix.:apache.org/cxfbc/interceptors"/>
>       </wsdl:input>
>       <wsdl:output name="getStockQuoteResponse">
>               <soap:body use="literal"  namespace="http://servicemix.apache.org/cxfbc/interceptors"/>
>       </wsdl:output>
>     </wsdl:operation>
>   </wsdl:binding>
> there is an extra ":" in the namespace,  recent cxf just use the namespace from binding part to generate soap message, which cause test failed

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