Hello experts,
webMethods flow service is invoked via http sending XML as input from an externalapplication.
webMethods flow service gets XML as node, then converts to a document and create new tags for SenderID, ReceiverID within the document and this document is converted to xmldata and submitted to TN. This set up works for small files
But for large files how to create/set SenderID, ReceiverID within the XML which would throw an OutOfMemory error.
Is there any way we can avoid converting XML to String and sending to TN
Please advice.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods