Jocelyn,
Sounds like your company has assigned you a task but not yet provided any opportunity for training on the tools you are to use. You appear to have the basics for Trading Networks down, but need help building one or more Flow services to transform a customer order from one format to another so that you can send that order to your company’s order management application.
Apparently, webMethods no longer provides the Developer Tutorial for IS 4.6 on its Advantage website. That’s a shame since it was useful even though somewhat dated.
I would suggest asking your employer to purchase online training for the [COLOR=#000000]webMethods 7 Integration Fundamentals course available through the Learning Passport. You can request more information on this course by emailing elearning webMethods com.[/color]
Yes, you’ll use one or more MAP statements to transform data. Transformations may simply change field / element names, may replace values in the source document with values for the target, may change the structure of the document to something completely different or all three. All of these types of transformations are the bread and butter of Flow.
Once you have the data in the desired format you need to do something useful with it. That may simply be inserting into a relational database table using a call to an JDBC adapter service or may involve invoking other Flow services which interact directly with the backend order management application. Others in your organization can probably suggest which of these makes sense.
Remember to leverage the extensive documentation found in the Developer User’s Guide and the Built-In Services Guide. Those PDF’s are accessible through the help menu or in your webm_home/Developer/doc folder.
Hope that gets you started,
[FONT=Arial][SIZE=2]Mark
[/size][/font]
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services