aspose file tools
The moose likes Web Services and the fly likes Webservice using Axis : Returning the Java Bean objects from the Service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Webservice using Axis : Returning the Java Bean objects from the Service" Watch "Webservice using Axis : Returning the Java Bean objects from the Service" New topic
Author

Webservice using Axis : Returning the Java Bean objects from the Service

Ajay Dalvi
Greenhorn

Joined: Sep 14, 2006
Posts: 6
Hi all,
I am using Apache axis 1.4. I have a Java bean on the Server side. I want one of the functions from the Service to return this Java Bean Object.
Client will access the function and will get the Java Bean object as return value.
It is return in the axis user guide that it is not possible to send arbitrary Java objects over the wire. Axis will only send objects for which there is a registered Axis serializer.

Can someone please let me know from where I can find a sample example for doing this. There is one example given in samples dir of axis-1_4. But it takes Java Bean object as a parameter to the function.
I want the Java Bean object tobe return from the function

Thanks,
-Ajay
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Webservice using Axis : Returning the Java Bean objects from the Service
 
Similar Threads
need help with document based web services
about transfering complex objects using AXIS
How does Axis find the method to be invocated, in the class?
How to sort different type of Objects in the list
deserializer