-Complex-parameter-in-web-CXF-web-service-tp2261479p2268510.html
Sent from the Camel Development mailing list archive at Nabble.com.
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.
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
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
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
-parameter-in-web-CXF-web-service-tp2261479p2261549.html
Sent from the Camel Development mailing list archive at Nabble.com.
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(
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.