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
Expand all | Collapse all

Recommend service to expose to external client using HTTP

  • 1.  Recommend service to expose to external client using HTTP

    Posted 08/16/12 07:10 PM

    What’s the recommended out-of-box service that one can provide to external client for sending ff or xml data to our TN. They will be using HTTP with the POST method. I thought of allowing the client to invoke wm.tn:receive service. Or should I create a gateway service and that service would invoke routeXml to TN.

    HttpGatewayService
    http://host:port/invoke/packageName:HttpGatewayService

    or

    http://host:port/invoke/wm.tn:receive

    I apologize ahead of time if this topic has been discussed previously.


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


  • 2.  RE: Recommend service to expose to external client using HTTP

    Posted 08/16/12 07:48 PM

    Always go with this as opposed to expose tn:receive externally unless you have RI/https security setup in place via proxy.

    sticky:
    create a gateway service and that service would invoke routeXml to TN.

    HTH,
    RMGg


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


  • 3.  RE: Recommend service to expose to external client using HTTP

    Posted 08/16/12 07:52 PM


  • 4.  RE: Recommend service to expose to external client using HTTP