aspose file tools
The moose likes Web Services and the fly likes Axis2 Problems with Databinding Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis2 Problems with Databinding" Watch "Axis2 Problems with Databinding" New topic
Author

Axis2 Problems with Databinding

Jan Bohac
Greenhorn

Joined: Jun 12, 2008
Posts: 1
Hello everyone,

I've following problem and I don't know, how to sovle it.

I've WebService client and endpoint implementation - both are Apache Axis2 1.4 . When I'm sending data from Client to WS - I've special object WsRequest I've problems with its variables. My WsRequest containts a reference to object Querry, which containts references to other objects. When I send it, Client creates SOAP Message - I' ve checked this with TCP Monitor, but WebServices doesn't make Object from this - all variables (except primitives) have the null value.

But when I create same structure on the server side and send this to client, all works correctly.

Please can you give me an advice how to solve this.

Thanks
Jan
 
jQuery in Action, 2nd edition
 
subject: Axis2 Problems with Databinding
 
Similar Threads
Axis2 sending back a java bean class from service
web service client should send file
save grid data
socket read-write-read-write-...
Axis 2 tutorial - client class compliation error