XMLReaFile Operation

I am new to webMethods. I need a little help on something that I am trying to do. I am trying to pass in an employee file as an XML document and map it to a Enterprise document. I have my xmlAdapter running. Does anyone have an example of how to do this?

Chris,
If u have properly install the XML Adapters then u can check out the PDF document which explains that u can use the ParseXML operation to parse XML in to the Document.

But b4 parseXML u need to read the XML/PollXML operation as input of this… i have used the PollXML Operation which is not good way but in my case its fine and works… u need to get the have In/out/working direcroty for that ( i had the same dir for that) and
get the XML Byte Array as an output. Pass this output to the parseXML operation which can take the Byte array as an input…
and can parse the XML document.