Hi, jnco.
Using F7, Step through your service until you get the point just before the pub.value.XMLValuesToRecord.
Select the “Results” tab and confirm that all of the expected variables are in the Pipeline.
It is my hunch, though, that you intended to take an XML document (as a string) and bind it to a webMethods Record. If that is, indeed, the case, use pub.web:stringToDocument to create a node and then use pub.web:documentToRecord to convert the node to a Record.
You can find detailed input/output specifications and notes in the webMethods Built-In Services Guide.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services