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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Receiving attachment and forward

    Posted 03/21/09 10:40 AM

    Hi all,
    I am new to webMethods, got into a project which involves receiving attachments from a email server and transferring those attached files to document management system. This also includes differentiating attachment according to extension of attachment ( pdfs, text files should be differentiated)
    How should i proceed ?
    Already thanking all


    #soa
    #webMethods
    #API-Management


  • 2.  RE: Receiving attachment and forward

    Posted 03/23/09 12:15 AM

    Hi,

    You need to configure POP3 email port in “Admin Console ->Security-> Ports”.
    This will poll on exchange as per the time interval provided. Configure the polling to call a flow service.

    This flow service should use services like pub.flow.getTransportInfo, pub.mime.* to extract attachments and email content.

    Go through the service documentation which you can find at /_documentation/Developer/7-1-1_Integration_Server_Built-In_Services_Reference.pdf

    Cheers,
    Sumit


    #webMethods
    #API-Management
    #soa