Integration Server 10.15 | Built-In Services Reference Guide | IO Folder | Summary of Elements in this Folder | pub.io:readerToString
 
pub.io:readerToString
WmPublic. Reads the data from a reader object and converts it to a string.
Input Parameters
reader
java.io.Reader The reader object.
Output Parameters
string
String Data read from the reader object.
Usage Notes
The readerToString service does not automatically close the reader object. To close the reader, use the pub.io:close service.