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
Expand all | Collapse all

Problems with Multipart MIME (EML)

  • 1.  Problems with Multipart MIME (EML)

    Posted Mon September 27, 2010 01:29 PM

    Hi all,

    as it’s my first post, i hope that i’ll be enough clear :slight_smile:

    i’m working on integration with Siebel system.

    Siebel system is sending an message with an eml file attachment.

    the problem is that we’re not receiving the attachement properly as we just receive some part of it as shown below :

    <?xml version="1.0" encoding="UTF-8"?>
    
    <IDataXMLCoder version="1.0">
    <record javaclass="com.wm.util.Values">
    <value name="fileName">test83843</value>
    <value name="message">mimetest=%mime/multipart/part[0]/body/node%</value>
    <value name="function">mimeeml=</value>
    <record name="mime" javaclass="com.wm.data.ISMemDataImpl">
    <record name="header" javaclass="com.wm.data.ISMemDataImpl">
    <value name="X-Mozilla-Status">0001</value>
    <value name="X-Mozilla-Status2">00800000</value>
    <value name="X-Mozilla-Keys">       </value>
    <value name="Message-ID"><Message-ID@email.com></value>
    <value name="Date">Fri, 12 Jun 2009 19:02:10 +0200</value>
    <value name="From">From@email.com></value>
    <value name="User-Agent">Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13</value>
    <value name="MIME-Version">1.0</value>
    <value name="To">To@email.com></value>
    <value name="CC">cc@email.com></value>
    <value name="Subject">Re: URGENT !ESCALATION</value>
    <value name="References"><Reference1@email.com> <Reference2@email.com></value>
    <value name="In-Reply-To"><In-Reply-To@email.com></value>
    <value name="Content-Type">text/html; charset=ISO-8859-1</value>
    <value name="Content-Transfer-Encoding">7bit</value>
    </record>
    <record name="body" javaclass="com.wm.util.Values">
    <value name="$reservation">host.com_675c9f1725dd58e712a0940e6a0</value>
    <value name="error">false</value>
    </record>
    </record>
    <value name="error">false</value>
    </record>
    </IDataXMLCoder>

    Any ideas of what can cause this issue ?

    Thanks !


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Problems with Multipart MIME (EML)

    Posted Thu October 07, 2010 02:16 PM

    as you also see we just receiving the header content and the body is empty


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Problems with Multipart MIME (EML)

    Posted Thu September 05, 2019 03:44 AM

    any further updates on this? we are also seeing above issue that we are receiving email header content only however body is empty.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods