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
-- 
View this message in context: 
http://www.nabble.com/Error-While-calling--cxfbc%3Aprovider-tp22778309p22778309.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to