Re: Camel-Cxf Payload Mode - DefaultSEI not found

2013-06-14 Thread lmanchanda75
Hi aki, Thanks for the help, you are right, I don't want to use wsdl or service class. And the import thing worked. regds lalit -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-found-tp5734122p5734168.html Sent from the Camel - Users

Re: Camel-Cxf Payload Mode - DefaultSEI not found

2013-06-14 Thread lmanchanda75
Hi Aki, It works with your suggestion, though I don't fully understand how setting header here gets translated to HTTP header, and hence what all can I do like this? Regds Lalit -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-found

Re: Camel-Cxf Payload Mode - DefaultSEI not found

2013-06-13 Thread Aki Yoshida
this message in context: http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-found-tp5734122.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-Cxf Payload Mode - DefaultSEI not found

2013-06-13 Thread Aki Yoshida
Hi Willem, that would be an option (or alternatively setting your own SE using serviceClassI). But I thought Lalit didn't have a WSDL nor SEI and wanted to use the default dispatcher SEI. In that case, I think the import section needs to be fixed. @Lalit, so there are three options: 1. fix the

Re: Camel-Cxf Payload Mode - DefaultSEI not found

2013-06-13 Thread lmanchanda75
(Dispatch.SOAPACTION_URI_PROPERTY, http://www.webserviceX.NET/ChangeAccelerationUnit;); But using cxfEndpoint, not sure how to do this. Appreciate any help. Regds Lalit -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI

Re: Camel-Cxf Payload Mode - DefaultSEI not found

2013-06-13 Thread Aki Yoshida
in context: http://camel.465427.n5.nabble.com/Camel-Cxf-Payload-Mode-DefaultSEI-not-found-tp5734122p5734176.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel-Cxf Payload Mode - DefaultSEI not found

2013-06-12 Thread lmanchanda75
-Cxf-Payload-Mode-DefaultSEI-not-found-tp5734122.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-Cxf Payload Mode - DefaultSEI not found

2013-06-12 Thread Willem Jiang
You need to specify the wsdlUrl attribute in the cxfEndpoint element. 发自我的 iPhone 在 2013-6-12,下午3:18,lmanchanda75 lmanchand...@gmail.com 写道: Hi Experts, I am writing a PAYLOAD mode client and for the same I have defined following blueprint: ?xml version=1.0 encoding=UTF-8?