So i am writing a SOAP client, and I am using Axis2 WSDL2Java task to generate the Java code. However, none of the code that is generated matches the code that is included in the Java client example. I have used abd and xmlbeans binding and got different code generated (obviously). I guess I am just wondering why it is so different than what was in the generated code example and how I might get Axis to generate that same code.
Thanks!