How to validate Outbound EDI docs

Hi All,
Anybody help to provide the list of services, which I need to invoke before mapping from flat file to EDI

Option would be,once you do wm.b2b.edi:convertToString (which gives output string edidata) and then explicity invoke wm.b2b.edi:convertToValues set validate to yes (it validates against EDIFFSchema) and based on the result vars isValid,errorArray branching, you can perform next steps add Envelopes, routing to TN etc…else notify errors.

HTH,
RMg

Based on the general nature of your questions, I’d offer that the first step you should take is review the webMethods EDI module documentation. The docs provide an overview of converting documents to and from EDI representations.