Try the following: In the FileWrite operation, you have the following fields: Data to Output & Filename to write - for both, use “parameters” - in the form of ${filename}, and assign values to this before doing the writing. Beware - if you are trying to write to more than one file in the same integration component, you’re going to run into trouble, as it recognises only the first file definition. A way to get around this (pretty messy, but works well) is to publish a document containing all the necessary info and then doing the file write in a separate integration component. Hope this helps.
W
#webMethods-General#webMethods#Integration-Server-and-ESB