Hi,

Based on the exception, this could be one of 2 issues.

1> The inbound payload and/or return object is not the right datatype.
Please check this and see why the marshaling is not taking place. You can
also look through the generated stub code or WSDL to sort this out...

2>There could also be a problem in marshaling into/out of XML payloads into
Java objects. Please see the section on Dataformats at the link 
http://camel.apache.org/cxf.html http://camel.apache.org/cxf.html 

There are 3 data formats supported
    1> POJO       (Java object)
    2> Payload   (Soap Body)
    3> Message  (Raw)

You be sure to select the right format that suits your requirement. 

-----
---------------------------------------------------------
Ashwin Karpe
Apache Camel Committer & Sr Principal Consultant
FUSESource (a Progress Software Corporation subsidiary)
http://fusesource.com 

Blog: http://opensourceknowledge.blogspot.com 
---------------------------------------------------------
--
View this message in context: 
http://camel.465427.n5.nabble.com/Issue-Facing-with-Camel-Webservice-while-passing-List-of-Objects-tp5520899p5525210.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to