Hi, We have an interface where EDI file has to be picked up from FTP server and process it further through TN. We have a process model created which will get initiated on receipt of EDI Doc in Trading Networks server.
When a polling service posts the EDI data read from FTP location to TN using “wm.tn.receive”, the process is getting invoked synchronously and the polling service has to wait for the whole process to complete.
Do we have a way to asynchronously invoke the process model for a TN doc? How can we achieve that?
If we don`t have a direct way then we were planning to invoke a service for the TN doc using processing rule, which will publish the doc to broker and process model will be triggered for the broker doc instead of TN doc.
#webMethods#Integration-Server-and-ESB#B2B-Integration