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