RE: returning complex object with Axis2

2007-08-13 Thread feh
Thank you! I do have a question - the complex object in question is an existing class; that is, I'm not in a position to generate the code for the class via the well-known processes. That being the case, how does Axis know how to generate the response XML? There isn't any data binding

RE: returning complex object with Axis2

2007-08-10 Thread Raghu Upadhyayula
Hi Feh, Here is how you return complex object with Axis2 (I'm showing this in WSDL 1.1 version). For Example: Say you have the following method. public Employee findEmployee (long empId); This method is returning an Employee object which