Hello all. I took a quick browse through this forum and hadn’t seen anything posted about this particular issue, so I thought I’d see if anyone else out there is running into problems.
We’re trying to send an email containing HTML in the body (versus as an attachment) using Integration Server v4.6. When we do, the service we’ve created seems to “hang”.
We started with the sample.mime:build_SimpleMIME service (provided by webMethods as an example), and added a pub.client:smtp step at the end, mapping the MIME message stream created by the example to the mimeStream input parameter on pub.client:smtp.
When we do this, the service hangs (or possibly times-out … I’m not sure how long I should expect to wait for a time-out, but it runs for well over a couple of minutes).
The pub.client:smtp service does not complain about invalid input. I think that the output of the example is java.io.ByteArrayInputStream, which is the same thing that pub.client:smtp expects as input for mimeStream.
Is there something obvious we’re doing wrong? Has anyone got an example of using the smtp service to send MIME that they’d be willing to share?
Thanks in advance for your help.
#webMethods-General#Integration-Server-and-ESB#webMethods