Hi Skip and RMG,
I tried all the above ways. Actually, I wrote a sequence which gets the PO request order data ( i used view, createDocumentQuery and documentQuery). I have set the disablePaging to true. Next I wrote another sequence which gets all the Acks.(Same as above).
Now, I branch on the resultCount of ackResults and if it is not ‘0’ then I loop over the ackResults. in that loop I called view,xmlStringToXMLNode,xmlNodeToDocument and also in the loop I looped over the createResults and called view,xmlStringToXMLNode,xmlNodeToDocument. Now I did a map where it has to map the Order numbers of createRes and ackRes. I did a String Compare where the str1 is the order number of createRes and str2 is the order number of ackRes. If they don’t match then an email notification will be sent.
Now that, is my logic correct? I am sure it should work…but it is failing at xmlStringToXmlNode. It is getting null as input.
Plse…help me
((((((((
Thanks,
Shweta
#B2B-Integration#webMethods#Integration-Server-and-ESB