In our migration from the Axis 1.x to Axis2 and beyond, one question that came up was how the SOAP message structure emitted by the client stubs generated by Axis2 is exactly the same as the one that would have been created for the same Web Service from an Axis 1.x stub (considering the same encoding styles). I know the Axis project implements a standard so I am expecting that it still follows that standard across versions - if it offers async invocations or all the other goodies that is a separate layer, but the emitted
SOAP messages I am not expecting to change. Is that a correct assumption?
Thanks