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.  Receive HTTPS documents into TN

    Posted Fri January 07, 2005 05:10 PM

    I know I can use

    [url]http://localhost:5555/invoke/wm.tn/receive[/url]

    to receive documents via http, but what about https? does TN have the receive service listening on another port for https? or is it the same port, or how does it work?

    thanks,
    -L


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


  • 2.  RE: Receive HTTPS documents into TN

    Posted Mon January 10, 2005 03:14 AM

    You have to first setup the HTTPs port on your IS. To setup the HTTPs port, please check your “Integration Server Administration Guide”. Once you have setup the HTTPs port you can request or sent using

    http://tech.forums.softwareag.com:[htts_port]/invoke/wm.tn/receive


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


  • 3.  RE: Receive HTTPS documents into TN

    Posted Thu January 13, 2005 06:20 AM

    And, by extension, you can submit XML docs to TN via FTP or email through wm.tn:receive service. TN (even more so than IS) is pretty agnostic about how XML and flatfile enters TN. They’ll all be processed the same.


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


  • 4.  RE: Receive HTTPS documents into TN

    Posted Thu January 13, 2005 02:44 PM

    In trying to set up our HTTPS port, I’m needing to generate our private key and convert our .cer to a .der certificate. But it seems the certificate toolkit wasn’t installed with my webMethods installation. is there a separate place to download it? I thought I looked all over the advantage website.


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


  • 5.  RE: Receive HTTPS documents into TN

    Posted Fri January 14, 2005 04:36 AM

    Certificate Toolkit is available in the webMethods IS section (using Installer). For wM 4.6, it is a separate download, also in the IS section.

    However, be prepared to spend some time with CertTK. It is very picky about the version of JDK/JRE you’re using, so be sure to follow exactly what wM wants you to do. It is known to work partially (e.g. generate CSR that doesn’t work) if JDK/JRE is not just right. My experience…


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