Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | SOAP Folder | Summary of Elements in this Folder | pub.soap.utils:soapDataToBytes
 
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
pub.soap.utils:soapDataToString
pub.soap.utils:streamToSoapData
pub.soap.utils:stringToSoapData