try to do small POC like below. You can implement this logic any where after POC
Create XML document type in IS and follow below logic
-Hardcode largeXMldata to string(in map step)
-Convert XMLStringToStream/bytes(use pub services and i suggest to use handle as stream for large)
-Repeat step(Repeat on success)
–Main(inner main)
—try(inner try)
----ConverToValues(set ffschema"your xml schema", set iterate “true”& validate “true”)
-----Branch on isValid
------true(sequence wirte your logic)
-------branch on ffiterator
--------exit(label “$null” signal “SUCCESS”)
------default(write error logic)
—catch(inner catch)
Thanks
Sai
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards