Hi
My incoming XML document contains a recurring element (with children), recurring up to 50 times. I want the outgoing XML document to have the same number of recurrences as the incoming document.
At the moment, even if the incoming document has one occurrence, the outgoing document contains 50, with the first one populated and the remainder being empty elements.
I have tried the (/V) notation in the idl file, but our version of the RPC server (and probably Natural) does not support this.
Where does the outgoing XML document get created? It doesn’t seem to happen in the adapter class which is generated. This class seems to provide the structure but I can’t see that this is where the document is populated. My idea is to change the code that generates the outgoing document to not create the recurring elements when they are empty. Is this possible (or adviseable)?
Thanks
Elsab
#Mainframe-Integration#EntireX#webMethods