noyb,
the test, send xml file is for XML files, not flat files. It attempts to convert the XML file into a node object, which is not going to work too well with a flat file.
If you want to test your service, perhaps look at creating a service that takes in a String and converts it into a stream (look at the pub.io folder for the services) called contentStream, and then invokes your actual service. This will then simulate what will happen when they invoke your service via an FTP upload of the file.
Alternatively you could have it take in a filename and read from that file using pub.file:getFile with loadAs set to “stream”. then just pass that returned stream as the input for your service.
Regards,
Nathan Lee
WmUnit - The webMethods testing framework.
[url=“http://www.customware.net/wmunit”]http://www.customware.net/wmunit[/url]
#Integration-Server-and-ESB#webMethods#webmethods-Protocol-and-Transport