When using a stream as input to the service, are you specifying a filename or just the folder path? If just the folder path, that is likely why it is failing. Trying to write the stream to the directory itself, not a file. When you specify a file as input, it will use the name of the file as the name of the remote file. From the docs: “If you specify localFile , then remoteFile and contentStream are optional. In this case, the
remote file will be given the same name as the local file.”
Make sure the remoteFile string specifies a filename, not just the directory name. The “/in/EDI998” string you mention above looks like a dir name, not a complete filename.
#Application-Platform#webMethods#webMethods-io-B2B#edi#B2B-Integration#Integration-Server-and-ESB#webMethods-io-Integration