The reason for 6.0 reference is that we have 6.0 but we need to move some processes to production ASAP for business reasons. Until that is done I can’t to evaluate 6.0 or look at. As I understand it some of what we are doing will be throw away under 6.0 hence the reason for moving to production under 4.6 with minimal development.
My situation is as follows:
I have an outbound application flat file that is mapped to an EDI X12 870 Order Status. The flat file contains a unique ID that needs to be passed back to the application along with the 997 Functional Acknowledgement. The reason for not using the Order Number is that an Order can generate more than one status.
Currently this ID is not part of X12 870 as it is not required by the partner. My initial idea was to make it part of the 870, say a REF segment and then extract it as an attribute. Hence my first question in the post.
My flat file is posted to TN as a Generic “Outbound Application Flat File” using wm.tn.doc:createNewEnvelope, wm.tn.doc:addPartContent, and wm.tn:submit. See [url=“wmusers.com”]wmusers.com
This file could be an Order Status or an Invoice. At that point TN doesn’t know. Once the Generic file is recognized the rule kicks of a flow service that then determines what type of flat file it is and passes it to the appropriate flow.
I’m looking for a way to attach each ID to each 870 in TN so that I can pass it back to the application with the accompanying 997.
Any ideas??
Thanks.
#webMethods#Integration-Server-and-ESB#edi