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
  • 1.  HTTPS posting withput using TN

    Posted Mon January 31, 2011 03:47 PM

    Hi All,

    We have a requirement where in we need to send the XML/flatfiles to the partner using HTTPS with out using TN (without routing it to TN).
    Could any one please advise how we can achieve this using flow services.

    From the documentation, I could see that pub.client:http works for HTTPS as well if we use it with pub.security:setKeyAndChainFromBytes.

    I wrote a simple flow like this.


    wm.tn.security:getSigningKeyAndChain
    pub.security:setKeyAndChainFromBytes
    pub.client:http
    pub.security:clearKeyAndChain

    Could you please let me know if this works or if there is any better way of implementing this.

    Thanks,
    Venkat




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


  • 2.  RE: HTTPS posting withput using TN

    Posted Mon January 31, 2011 03:51 PM

    You can configure the Certificates in IS and shared public key with your TP (SSL handshake) and so you can send/receive files via http/s?

    Also please check the IS Administators user guide for Certificates configuration details:

    HTH,
    RMG


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


  • 3.  RE: HTTPS posting withput using TN

    Posted Mon January 31, 2011 04:07 PM

    Hi RMG,

    Thanks a lot for the quick reply.

    We are in the design phase for the project and wanted to know if the option I specified above works.

    I would like to confirm this before we go back to the partner.
    Could you please confirm if the option mentioned above is feasible for HTTPS posting with out using TN.

    (Once we start implementing, we will install the cets and will follow other formalities)

    I also could see that there are only 3 steps involved here (https without TN) for https posting where as in wM.EDIINT.send svc where we do https posting via TN there are lot many steps involved.

    Could you please confirm if we are in the right direction

    (I was going through wM.EDIINT.send service where there are lot many steps involved (creating mime etc) where they route the bizdoc to TN and then invoke delivery svc (http) to do https posting.)


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


  • 4.  RE: HTTPS posting withput using TN

    Posted Tue February 01, 2011 08:12 AM

    Hi RMG,

    Could you please look into my reply and advise me accordingly.

    Thanks,
    Venkat


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