Re: passing Complex parameter in web CXF web service

2010-08-09 Thread devkatiyar
-Complex-parameter-in-web-CXF-web-service-tp2261479p2268510.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: passing Complex parameter in web CXF web service

2010-08-02 Thread devkatiyar
Thanks ..its working fine now. -- View this message in context: http://camel.465427.n5.nabble.com/passing-Complex-parameter-in-web-CXF-web-service-tp2261479p2262511.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: passing Complex parameter in web CXF web service

2010-08-02 Thread Willem Jiang
Can you try to remove the @SOAPBinding annotation and try again ? Willem devkatiyar wrote: below is SEI @WebService(targetNamespace = "http://ecs.com/";) @SOAPBinding(style = Style.RPC, use = Use.LITERAL) public interface ImportInfoEndPoint { @WebMethod(operationName = "impor

Re: passing Complex parameter in web CXF web service

2010-08-02 Thread devkatiyar
quot;) @WebResult(name = "ResultSE") ResultSE[] importSubscriberInfo( @WebParam(name = "RequestInfoArray") RequestInfo[] RequestInfoArray); } Thanks . -- View this message in context: http://camel.465427.n5.nabble.com/passing-Complex-param

Re: passing Complex parameter in web CXF web service

2010-08-02 Thread Willem Jiang
As the error is thrown from CXF consumer, I don't think you setup the wrong parameter list for CXF producer. Can I have a look at your SEI? Maybe you need to consider to use Document/literal Wrapped encoding. Willem devkatiyar wrote: Hi , cxf producer is using the same encoding using the sam

Re: passing Complex parameter in web CXF web service

2010-08-02 Thread devkatiyar
-parameter-in-web-CXF-web-service-tp2261479p2261549.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: passing Complex parameter in web CXF web service

2010-08-02 Thread Willem Jiang
Hi, I don't know why cxf consumer is using the RPC/Literal encoding. Please make sure your cxf producer is using the same encoding. Willem devkatiyar wrote: Hi , below is method which i am exposing as web service using camel CXF component Result importInfo(

passing Complex parameter in web CXF web service

2010-08-02 Thread devkatiyar
ol$PoolThread.run(QueuedThreadPool.java:582) any one having example to pass this kind of parameter Thanks .. -- View this message in context: http://camel.465427.n5.nabble.com/passing-Complex-parameter-in-web-CXF-web-service-tp2261479p2261479.html Sent from the Camel Development mailing list archive at Nabble.com.