I am new to webMethods and something has me totally stumped. I have defined a record type from an xsd and am using this as a record reference for the output of documentToRecord (mapped boundNode to my record reference).
Now, whenever I try to map from any field within the record, I don’t get any values back (everything is always null)! I have written a small java service that recursively logs the contents of an IData object, and that show all the data exactly where I would expect it, so I think the problem lies indeed with the mapping.
Why oh why does the mapping not work?
Thanks in advance,
Max