Thank you Keith! I managed to return some data from my service. How can I handle objects for this. When my service return my Book object I get this OMElement
<ns:findBookResponse xmlns:ns="http://ws.apache.org/axis2/samples/book/xsd/"> <return> <author>Dan Diephouse</author> <title>Using Axis2</title> <isbn>0123456789</isbn> </return> </ns:findBookResponse> This is my book. How can I convert to Object? -- View this message in context: http://www.nabble.com/Axis2-and-client-tf4353911.html#a12414831 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
