Re: passing Complex parameter in web CXF web service

2010-08-09 Thread devkatiyar
Hi Willem, can you help me about this .. I want to use jetty component to call http based external system .. but my from my internal system i like to send Soap message to call that end point below is my my route http://127.0.0.1:7001/check";

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
below is SEI @WebService(targetNamespace = "http://ecs.com/";) @SOAPBinding(style = Style.RPC, use = Use.LITERAL) public interface ImportInfoEndPoint { @WebMethod(operationName = "importInfo") @ResponseWrapper(className = "com.ResultSE") @WebResult(name = "Result

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
Hi , cxf producer is using the same encoding using the same encoding , some other web services is working fine ... do you have any example to pass this kind of complex parameter in web service.. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/passing-Complex-par

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(