Hi Rudi,
I use webMethods 4.6 with Trading Networks.
I use getTransportInfo function to get the info of incoming mail.
The mails are configured using a Port (look at security->Port, and configure a POP3 or IMAP account to receive emails from).
when the mail is retrieved by webMethods it will execute a service (name of the service is defined along with the port settings).
In the service, i call getTransportInfo service, i look at “email/content” stream within it. i convert that stream to string and get the data. the issue is that the amount of data that can be retrieved by default is small, as the built in content handler for email is not designed for large data. But you can still retrieve hugh attachments, there is no restrtiction on attachments.
i am not sure how to write a content handler, and the data comes to me as attachment… Only certain flags, or additional information is populated under the body of the mail.
i hope this helps.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services