Hello, I am working with the Axis2/C 1.5. Now I have this requirement that I should be able to set the following tag:
<?xml-stylesheet type="text/xsl" href="empinfo.xsl" ?> In my response message just after an XML decalartion. I want my response message to appear as: <?xml version="1.0" encoding="UTF-8" ?> <?xml-stylesheet type="text/xsl" href="empinfo.xsl" ?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> ... ... Rest of the SOAP message ... I have found that the <xml version> tag also does not appear in the SOAP response message. Could you guide me as to how to have such response in Axis2/C 1.5? Thanks, Anushree