webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  SMTP mimeStream parameter

    Posted Fri October 04, 2002 05:59 PM

    Greetings all. I am using SAP BC v4.6 and I’m trying to send a mime (and smime) email via the “mimeStream” parameter of the SMTP service. It simply “locks up” and I have to terminate the flow service using the “stop” button. I can send email using the “body” and “attachments” parameters but not using “mimeStream”. The mime data is “text/xml”.

    Some questions:
    Is this “mimeStream” parameter method known to work?
    Can anyone else send email this way?
    Does anyone know how to fix this?

    Any input gratefully received.


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: SMTP mimeStream parameter

    Posted Tue March 18, 2003 02:26 AM

    After all this time, any luck on this? I’m seeing the exact same behavior.


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: SMTP mimeStream parameter

    Posted Mon March 24, 2003 08:11 PM


  • 4.  RE: SMTP mimeStream parameter

    Posted Mon March 24, 2003 11:01 PM

    Bert, Wayne,

    I am sorry to hear that you are experiencing this issue. I have not used the mime services on IS but have worked with it elsewhere so I’ll try to help.

    BTW, have you guys looked at the MIME sample code in WmSample package? Perhaps the issue is with MIME stream object that you are sending the SMTP service?

    The MIME Stream must contain the correct MIME headers and any content must be added to the MIME object. I am guessing that on IS , you need to use the “addBodyPart” service in the WmPublic.mime folder.

    The example in WmSamples shows the process and I think that should help you along. Try to use the sample steps to figure out what needs to be done in the preceeding steps before the SMTP service, to prepare the mime Stream for the SMTP service.

    Good luck.


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport