Thank you for your reply.
The latest configuration is as follows, but still the same error:
Caused by: org.apache.cxf.binding.soap.SoapFault: Can't find the
BindingOperationInfo with operation name
{http://www.ibsplc.com/iloyal/member/authenticatemember/wsdl}authenticateMember.
Please check the message headers of operationName and operationNamespace.
at
org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:84)
at
org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:51)
at
org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:40)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
at
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:113)
at
org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:69)
at
org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:34)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:811)
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1694)
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1530)
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1438)
at
org.apache.cxf.io.CacheAndWriteOutputStream.postClose(CacheAndWriteOutputStream.java:50)
at
org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:229)
at
org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:660)
at
org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:541)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:474)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:377)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:330)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:89)
at
org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:134)
... 27 more
==============================================================================
<cxf:cxfEndpoint id="reportAuthIncident"
address="http://172.21.127.200:10001/authenticateMember"
endpointName="s:AuthenticateMember"
serviceName="s:AuthenticateMemberService"
wsdlURL="http://10.20.208.72:5120/cea-ws/services/AuthenticateMemberService?wsdl"
xmlns:s="http://www.ibsplc.com/iloyal/member/authenticatemember/wsdl">
<cxf:properties>
<entry key="dataFormat"
value="CXF_MESSAGE" />
</cxf:properties>
</cxf:cxfEndpoint>
<cxf:cxfEndpoint id="realreportAuthIncident"
address="http://10.20.208.72:5120/cea-ws/services/AuthenticateMemberService"
>
<cxf:properties>
<entry key="dataFormat"
value="CXF_MESSAGE" />
</cxf:properties>
<cxf:inInterceptors>
<ref bean="logIn" />
</cxf:inInterceptors>
<cxf:outInterceptors>
<ref bean="wss4jOut" />
<ref bean="logOut" />
</cxf:outInterceptors>
</cxf:cxfEndpoint>
--
View this message in context:
http://camel.465427.n5.nabble.com/org-apache-cxf-binding-soap-SoapFault-Can-t-find-the-BindingOperationInfo-with-operation-name-tp5739286p5739988.html
Sent from the Camel - Users mailing list archive at Nabble.com.