We have an interface where we do deliver EDI document as attachment to partners using immediate delivery via SMTP service.
We are using “getDeliveryContent” service to get the content of EDI Envelope document and passing it to pub.client.smtp as attachment content (in form of stream).
It seems that smtp works successfully if the attachment (data) file is equal or less than 2 KB but if the EDI content is of bigger size - smtp doesn’t work. However status of smtp service is “Mail sent Successfully” - but mail is not sent from webMethods integration server. Not to mention I tried large document handling and it gives the same results.
Any pointers to resolve this.
Thanks!
#webMethods#Integration-Server-and-ESB