Re: How to invoke CXF webservice from processor bean

2012-07-27 Thread Willem Jiang
ge.getIn().setBody(inputFile); return senderExchange; } -- View this message in context: http://camel.465427.n5.nabble.com/How-to-invoke-CXF-webservice-from-processor-bean-tp5716272p5716569.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Will

Re: How to invoke CXF webservice from processor bean

2012-07-27 Thread ychawla
)); log.debug("Does input file exist: " + inputFile.exists()); //Set it as the message message body senderExchange.getIn().setBody(inputFile); return senderExchange; } -- View this message in context: http://ca

Re: How to invoke CXF webservice from processor bean

2012-07-23 Thread Willem Jiang
).createProducerTemplate().requestBody("cxf:bean:PASLIEndpoint?operationName=processClient",params,String.class); > then the parameter operationName is not identified and I get an exception. > can you please tell me how should I be able to use the operation name and > para

Re: How to invoke CXF webservice from processor bean

2012-07-23 Thread jeyaseelan78
y. Can you please provide some example if you have already encountered situation like mine above. I am breaking my head for post couple weeks, your help would be highly appreciated. Thanks for your kind support. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-invoke-CXF-

Re: How to invoke CXF webservice from processor bean

2012-07-23 Thread Willem Jiang
nge.getIn().setHeader(CxfConstants.OPERATION_NAMESPACE, > "http://yourOperationNamespace";); > > Try setting that and see if you get the same results. > > Thanks, > Yogesh > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-

Re: How to invoke CXF webservice from processor bean

2012-07-23 Thread ychawla
message in context: http://camel.465427.n5.nabble.com/How-to-invoke-CXF-webservice-from-processor-bean-tp5716272p5716360.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to invoke CXF webservice from processor bean

2012-07-23 Thread jeyaseelan78
; /> Can you please help to locate the problem? Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-invoke-CXF-webservice-from-processor-bean-tp5716272p5716341.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to invoke CXF webservice from processor bean

2012-07-22 Thread Willem Jiang
http://localhost:9080/LegacyIntegration/services/pas"; /> Thanks a lot. -- View this message in context: http://camel.465427.n5.nabble.c

Re: How to invoke CXF webservice from processor bean

2012-07-20 Thread jeyaseelan78
http://localhost:9080/LegacyIntegration/services/pas"; /> Thanks a lot. -- View this message in context: h

Re: How to invoke CXF webservice from processor bean

2012-07-19 Thread Willem Jiang
d and I get an exception. can you please tell me how should I be able to use the operation name and parameters using processor bean. Thanks a lot. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-invoke-CXF-webservice-from-processor-bean-tp5716272.html Sent from the

How to invoke CXF webservice from processor bean

2012-07-19 Thread jeyaseelan78
message in context: http://camel.465427.n5.nabble.com/How-to-invoke-CXF-webservice-from-processor-bean-tp5716272.html Sent from the Camel - Users mailing list archive at Nabble.com.