Hi,

I have below response soap message generated using Apache AXIS 1.2 RC2
deployed on WebSphere 5.1 Application Server :

response soap message
--------------------------------------
HTTP/1.1 200 OK
Server: WebSphere Application Server/5.1
Content-Type: text/xml; charset=utf-8
Content-Language: en-US
Connection: close

<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soapenv:Body>
      <getMyMethodResponse xmlns="http://ws.as.com/wsdl/ds";>
         <INFO xmlns="http://ws.as.com/schemas/ds";>
                 ....
         </INFO>
      </getMyMethodResponse>
   </soapenv:Body>
</soapenv:Envelope>




In the above soap message I want top change the element
<getMyMethodResponse> to element <CALLERMETHOD>. How do I do that. Is
there a way to configure this in AXIS ?  Can anyone please suggest ?



Thanks,
Kumar.

Reply via email to