Hello,
I am having a document mapping problem that presented itself after we migrated flow services from a 6.1 environment to 6.5.
Our development region is IS 6.1 and our test environment is newly 6.5
I have a document that looks like this
In the 6.1 environment when I have a flow service which references that document and and maps values to is. After mapping the pipeline looks as expected:
ValueA
ValueB
However, when this same service was migrated to the 6.5 environment, it produced different results. The document looks like this after mapping
ValueB
ValueA
The elements are reversed.
Now, ordinarily, this should not be a problem but apparantly it is. When the document is converted to XML and packaged into a SOAP message the target environment has problems. It doesn’t parse the XML correctly unless the elements are in the expected order, not good but there is nothing I can do about it as it is a third party mainframe application that is already in production.
In any case, has anyone seen this? Any explanation why the document elements would get reversed durring the map step?
Your help would be greatly appreciated.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods