Hello,
I’m fairly new to webMethods.
I’m trying to read a positional flat file with 3 types of records in, and map it to an XML file.
I don’t have the WmEDI, just the basics that came with Integration Server 4.6 and Developer( WmPublic, WmDB,WmSamples).
Is there a way to define a schema/template for the positional flat file, or just the painful way of using java services (getfile/bytesToString/tokenize) to get the file into a string list and write a java service to parse each line based on the record identifier?
Thanks
Ana
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services