If you're not using the latest the snapshot, then try with the snapshot,
this should get fixed already
[1] track this issue
[1]https://issues.apache.org/activemq/browse/SMXCOMP-204
Freeman
brijesh wrote:
Hello ,
In my usecase i need to call an external webservices using cxfbc:provider.
I have following xbean configuration
<cxfbc:provider wsdl="classpath:EKASUNUtils.wsdl"
locationURI="http://10.0.2.80:8001/wsSUNConnect/EKASUNUtils.asmx"
service="sns:EKASUNUtils"
endpoint="EKASUNUtilsSoap"
interfaceName="sns:EKASUNUtilsSoap"/>
While I am calling provider from my EIP , I am getting following error
org.apache.cxf.interceptor.Fault: Operation not bound on this
MessageExchange
at
org.apache.servicemix.cxfbc.CxfBcProvider.process(CxfBcProvider.java:169)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:600)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:554)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.onMessageExchange(AsyncBaseLifeCycle.java:510)
at
org.apache.servicemix.common.SyncLifeCycleWrapper.onMessageExchange(SyncLifeCycleWrapper.java:60)
at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:620)
at
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:172)
at
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:168)
at
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Exception: Operation not bound on this MessageExchange
... 12 more
below is my EIP configuration
<eip:static-routing-slip service="nte:notifyeventEIPService"
endpoint="notifyeventEP">
<eip:targets>
<eip:exchange-target service="nte:eventLoggerService"
operation="nte:logOutMessage" />
<eip:exchange-target service="nte:transformToDoc" />
<eip:exchange-target service="nte:glDataMapper" />
<eip:exchange-target service="sns:EKASUNUtils" />
</eip:targets>
</eip:static-routing-slip>
Bold line is the one which calls the provider . can anybody give an input on
this?
Regards
Brijesh N K