XML document creation

Can you point me to documentation on how to build an XML document type in webMethods 8.2? I basically have to take an EDI file and map fields from the EDI file to an XML file. Just to clarify: I’m not looking to build an XML file based on the EDI document layout. I have a specific XML definition that I need to build and then map the correct EDI info into those elements.

Thanks in advance.

Create an IS document on IS from your specific XML definition, then map data from the EDI file to this document and then use the XML conversion service in wmPublic to convert the mapped document to XML string and write to an XML file.

Refer webMethods Developer Users Guide and Built-in Reference guide for details above information.


Please look into WmEDISamples package for more information…

HTH,
RMG