IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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

problem in reading the body of mail

  • 1.  problem in reading the body of mail

    Posted Tue December 19, 2006 10:48 AM

    Hi All

    I have created a port for listening emails and trying to invoke a service but am getting following error:( there are lots of discussion held on this but i was not able to get the correct solution)

    2006-12-19 15:36:45 IST [ISP.0068.0026V2] Content type: multipart/alternative;
    boundary=“----_=_nextpart_001_01c72355.3054b158” Subject: outlook:test
    2006-12-19 15:36:45 IST [ISP.0068.0025V2] No content handler for content type mu
    ltipart/alternative. Service outlook:test called without content handler.
    2006-12-19 15:36:45 IST [ISS.0051.0008D] Listener EmailListener:imap:m1003513@mt
    w01ex02.mindtree.com was denied access to service outlook:test
    2006-12-19 15:36:45 IST [ISP.0068.0009W] EMAIL Access denied. User sateeshk not
    allowed to run service outlook:test

    Please help me in this and i have attached the port settings

    ~Sat
    SMTP.zip (88.8 KB)


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


  • 2.  RE: problem in reading the body of mail

    Posted Tue December 19, 2006 10:31 PM

    IS doesn’t know how to handle this content-type by default. So, it’s sending the content to your outlook:test folder unmodified. You’ll want to add a pub.flow:tracepipeline statement there to see what variable is being passed and what datatype is used.

    Set the ACL on your outlook:test service to Anonymouse for now. That user does not have permissions to invoke it.


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


  • 3.  RE: problem in reading the body of mail

    Posted Wed December 20, 2006 08:54 AM

    Hi

    Am able to invoke the service but am getting following error

    2006-12-20 13:37:11 IST [ISP.0068.0026V2] Content type: multipart/mixed;
    boundary=“----_=_nextpart_001_01c7240d.c23db0bb” Subject: outlook:test
    2006-12-20 13:37:11 IST [ISP.0068.0025V2] No content handler for content type mu
    ltipart/mixed. Service outlook:test called without content handler.
    2006-12-20 13:38:51 IST [ISP.0068.0005W] Error processing email message. .

    FYI, to invoke the service we need to allow the corresponding folders and services in Edit Access Mode.
    Also i looked into the service “pub.flow:transportInfo” through webMethods Help, it doesnt handle the body of the message, the CONTENT is for attachment.

    please correct if i am wrong and please help me to handle the body of the message.

    ~Sat


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