Trading Network to Database

How To Save FlatFile Data which is received from Trading Network into Database

You would have to accept the data into trading networks and then have a processing rule which calls a regular IS service and inside of that service you can write some code to put the flatfile data into a database

you have to first create a gateway service to receive the flatfile and then in the gateway service you can use the service wm.tn.doc.ff:routeFlatFile for your flat file recognization.Create a processing rule which executes a IS service,in that IS service you can call your jdbc adapter service to send the flat file data to Database.