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:soapDataToString
 
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
pub.soap.utils:soapDataToBytes
pub.soap.utils:streamToSoapData
pub.soap.utils:stringToSoapData