Hi,
I am using Axis2 1.6.2 with jaxb data binding. I noticed that the soap response message always returning the request element instead of response element as expected. I even tried the wsdl file from the 'version' service but switched to use jaxb binding, still got <getVersion> and not <getVersionResponse>. However, programmatically, both the server and client side code work pretty well. I am just puzzled by the xml message (the response part) shown in both SoapMonitor and plain browser. Is this a feature, a bug, or something I did not follow? Thanks, Ruey