If you are using the webMethods Record List construct, then use the service “pub.web:recordToDocument”, mapping your Record List to the Service In variable “boundNode”. The output of this service is “xmldata”, a string representation of your original Record List.
You can then use “xmldata” as the input to your next Flow step.
If you need to display the XML document stored as “xmldata” in a browser, be sure to set the variable “addHeader” equal to “true”. The Built-In Services Guide PDF can explain the rest of the input parameters for you.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB