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