Hello. I am interacting with a .NET based web service and have used the Apache Axis WSDL2Java emitter to generate the required classes.
One of the operations (authenticate) takes a user and password and returns a string. However this string is actually XML that describes a User Profile, which is defined as a complex type in the WSDL. There is a UserProfile.java class that was automatically created by the Apache Axis WSDL2Java emitter. Is there an AXIS tool for taking this XML string and 'wrapping' it in the corresponding class? There are no methods in the class to do this. Or do I have to parse this myself? Kind Regards, Matt Robinson
