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.  RMGHelp needed

    Posted 04/05/05 05:32 PM

    RMG,
    Please tell me how i could send a xml string as an e-mail attachment using SMTP service


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: RMGHelp needed

    Posted 04/05/05 06:48 PM

    Saritha,

    I know you ask this question to RMG, so if you and RMG don’t mind - may I try? Use pub.string:stringToBytes to convert the xml string to bytes, then map the bytes to the attachments/content of the pub.client:smtp service. Besides this you will need to set other parameters as applicable, eg to, cc, from, subject, mailhost, mailhostPort, etc. Also, in answer to your earlier question about the content type and filename refer to: [url=“wmusers.com”]wmusers.com
    Rohit


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: RMGHelp needed

    Posted 04/06/05 05:07 AM

    Saritha,

    Please follow as Rohit got the answer.Its pretty straight forward.

    HTH,
    RMg.


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 4.  RE: RMGHelp needed

    Posted 04/06/05 10:20 AM

    hai RMG,
    Would u plz help me the flow steps how can i get an XML document and post it to SAP as an IDOC using HTTP post.


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: RMGHelp needed

    Posted 04/06/05 02:46 PM

    Please use the search functionality in this site,its been discussed in various threads.so use keyword IDOC or transformHierrachytoFlat etc…

    HTH,
    RMG.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: RMGHelp needed

    Posted 04/06/05 08:14 PM

    Thanks RMG and Rohit… i dint Use pub.string:stringToBytes to convert the xml string to bytes, i simply mapped string instead of converting it to bytes.It works good.

    Saritha


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 7.  RE: RMGHelp needed