Hi,
Whether it is possible to change the namespace name. For example after the SOAP envelpoe the SOAP body looks like the following:
<SOAP-ENV:Body>
<ns:languages xmlns:ns="http://www.soaplite.com/Demo/>
</SOAP-ENV:Body>
Here i would like it to be following with the namespace name kk instaed of ns:
<SOAP-ENV:Body>
<kk:languages xmlns:ns="http://www.soaplite.com/Demo/>
</SOAP-ENV:Body>
Is there any way to achive this.