Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-23 Thread hutao1
get 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.apa

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-23 Thread hutao1
camel-cxf source code as follows: Client createClient() throws Exception { // get service class if (getDataFormat().equals(DataFormat.POJO)) { ObjectHelper.notNull(getServiceClass(), CxfConstants.SERVICE_CLASS); } if (getWsdlURL() == null && getService

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-23 Thread hutao1
HI, since wsdlUrl and serviceClass is null ,so operationName and operationNamespace is setted default value. cxfendpoint: http://10.20.208.72:5120/cea-ws/services/AuthenticateMemberService";>

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-23 Thread hutao1
how to achieve inl the camel-config.xml? As it is configured correctly. authenticateMember http://www.ibsplc.com/iloyal/member/authenticatemember/wsdl -- View this message in context: http://camel.465427.n5.nabble.com/org-apache-cxf-binding-soap-SoapFa

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-22 Thread hutao1
Will you be able to give examples。 Thank you. -- 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-tp5739286p5739991.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-22 Thread hutao1
Will you be able to give examples? Thank you. -- 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-tp5739286p573.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-21 Thread hutao1
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 m

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-14 Thread hutao1
I am using apache camel cxf proxy error, as follows: http://172.21.127.200:10001/authenticateMember"; endpointName="s:AuthenticateMember" serviceName="s:AuthenticateMemberService" wsdlURL="http://172.20.35.232:5220/cea-ws/services/Authenticat

Re: soap response code 200 ,but OutOfMemoryError: Java heap space

2013-09-14 Thread hutao1
By apache camel cxf proxy can normally send soap request, response, but converted into a POJO processing, memory overflow error occurs,errors as above. -- View this message in context: http://camel.465427.n5.nabble.com/soap-response-code-200-but-OutOfMemoryError-Java-heap-space-tp5739287p573929

soap response code 200 ,but OutOfMemoryError: Java heap space

2013-09-14 Thread hutao1
ID: 1 Address: http://172.20.35.232:5220/cea-ws/services/AuthenticateMemberService Encoding: UTF-8 Content-Type: text/xml Headers: {Accept=[*/*], breadcrumbId=[ID-hut-54174-1379057586116-0-1], Host=[172.21.127.200:10001], SOAPAction=[""], User-Agent=[Apache CXF 2.6.9]} Payload: http://schemas.xmlso

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-13 Thread hutao1
How to modify the following configuration? in the following I offer wsdl camel-config.xml : > > > http://www.springframework.org/schema/beans"; >xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >xmlns:camel="http://camel.apache.org/schema/spring"; >xmlns:cxf="

org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-13 Thread hutao1
stacktrace: javax.xml.ws.soap.SOAPFaultException: 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.jaxws.JaxWs

Re: About CXF-Camel Security header error

2013-09-12 Thread hutao1
I tried the method,but same error. javax.xml.ws.soap.SOAPFaultException: Exception occurred during execution on the exchange: Exchange[Message: http://schemas.xmlsoap.org/soap/envelope/";>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"; xmlns:wsu="http://docs.oa

Re: About CXF-Camel Security header error

2013-09-12 Thread hutao1
http://172.21.127.200:$";>http://172.21.127.200:${proxy.port}/camel-example-cxf-proxy/webservices/authMember"; endpointName="s:AuthenticateMember" serviceName="s:AuthenticateMemberService" wsdlURL="etc/AuthenticateMemberService.wsdl"

Re: WSDoAllReceiver: Incoming message does not contain required Security header

2013-09-12 Thread hutao1
but server service is cxf ,now error stack is: ID: 1 Response-Code: 500 Encoding: UTF-8 Content-Type: text/xml;charset=UTF-8 Headers: {Content-Length=[1393], content-type=[text/xml;charset=UTF-8], Server=[Jetty(7.5.4.v20111024)]} Payload: http://schemas.xmlsoap.org/soap/envelope/";>soap:ServerExcep

Re: WSDoAllReceiver: Incoming message does not contain required Security header

2013-09-12 Thread hutao1
hi,Colm use cxf 2.6.9 version error: Stacktrace --- org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[Message:

About CXF-Camel Security header error

2013-09-12 Thread hutao1
error info: Stacktrace --- org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[Message: http://schemas.xmlsoap.org

WSDoAllReceiver: Incoming message does not contain required Security header

2013-09-11 Thread hutao1
camel-config.xml :