Hi,
This is kindda frustrating since it’s so trivial, but I’m being unable to get info from a document elements, which have info on runtime but acts as if the map wasn’t even defined nor existed. I’m getting this doc from processing a SOAP message. I get the node (body), validate it (isValid=true), and then proceed with the xmlNodeToDocument (solely specifying the nsDecl and the node - adding the docType and makeArrays to false doesn’t change a bit the outcome), and then I map ‘document’ to the structure I’d defined. So far so good, since I trace throught the code and at this point the node parses out just fine and the info exists within the structure.
From here it gets pretty frustrating since no matter what I try, I can’t get any of the values from the elements on that structure and that eventually, as you could imagine, makes some function crash since no values are provided. I’ve been working for several projects with the same approach with no concerns but now I’m stuck with a series of services which are behaving like this…
Does it make any sense to some of you? I’m unable to get even a value from any of the elements, it doesn’t event list the mapped variable with a null or empty string value, it just doesn’t appear on the results panel.
Any light someone could mercifullesly shed on this would be highly appreciated…
Thanks!
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services