pub.soap.utils:soapDataToString
WmPublic. Converts a SOAP object to a String.
This is useful when you want to use the message with a process that requires the message to be in the form of a String.
Input Parameters
soapData | Object SOAP object that you want to convert to a String. |
Output Parameters
string | String Entire SOAP message. |
See Also