All, I am making a request to a webservice, and the response seems to be missing some soap pieces. In the past(axis2 v 1.1), when I made a request to my webservice, it responded with the envelope/header/body. With Axis2 v 1.3 it seems to no longer wrap the response..all I get back is my response object. Is there a way to force axis to write out the soapenv, header, body?
Axis2 v 1.1 what was returned: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header /> <soapenv:Body> <myResponseObject> .. Axis2 v 1.3 what is now returned.. <myResponseObject> Thanks, Simon
