I am using WM 6.5 and the default SOAP data generates the SOAP tag as “SOAP-ENV”. My problem is I need the tag as “env”. How do I achieve this.
checked docs and as well settings in CreateSoapData but did not get any help.
Although you can’t change the envelope created by the built-in services, you can create a soap envelope using different prefixes by starting with the one created by the pub.soap.utils:createSoapData built-in service, changing its prefixes to suit your taste and then feeding that XML string into the pub.soap.utils:stringToSoapData service.