here i am very new to web methods and today i got a challenging job…like my job is to get three EDI documents through TN and stored these documents into Oracle database. Here i am sending u the EDI document along with this mail…First of all i am not able to understand about this document at all…next how should i proceed…next i have to store it into oracle database for that i need tables also…then how should i identify the column of the table from this document…If anyone can suggest me i will be highly appreciate for this kind help…i know its a basic question…
Thanx
Can you elaborate more on your requirement?
Are you trying to store whole 3 EDI documents in the database or certain fields?
If you are trying to push only the fields to database,first create a service that receives EDI from TN and do parsing using convertToValues that gives the recordstructure.
Next step will be mapping of header/lineitem (PO1) fields to the respective column/fields in the database tables you have.ofcourse you may have some business rules.
Yes i have to store all the three documents in the database. But how can i get the desired fields from the EDI documents cause i am not able to understand the structure of the EDI document. I have to explicity made three tables in database or have to invoke some services who will made these tables in the database based on the EDI document structure.
I have to submit this problem by monday morning. If i successfully complete this assignment i will get a chance to go abroad.
Thanx
Have you installed your TN and webMethods? have you configured the TN to use database?
How do you plan to receive document in TN? using HTTP?
I am not sure if webMethods software and going abroad are related, otherwise almost all webMethods experts of India would be sitting in USofA. Best of luck.