Currently our web service generates server-side logic automatically using wsdl2java with the "-ss" parameter. The resulting classes handle the serialization of complex objects, created on the server-side, to xml to be transported back to the client (and vice-versa).
My question is: Is this the required approach? Can the Axis2 core (provided in the binary distribution) also provide serialization, if the targeted complex objects (used as API parameters, and return objects) adhere to JavaBean requirements? Or must the web service developer provide serialization/deserialization for all complex objects introduced into a web service API? Thanks, Dave
