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.  API Gateway URL

    Posted 05/16/23 06:18 AM

    Hey All

    I am struggling in getting the URL path of gateway . I am using the service of getTransportInfo to get request URL ,but what I get is the redirection path(the actual one) .

    For example :

    http://test.com:12345/test/api/1.0/getTest

    using the above URL (gateway) what I get is another path redirection not the URL itself of the gateway using getTransportInfo service

    Thanks in advance


    #webMethods
    #API-Gateway
    #API-Management
    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #Service-Designer
    #Developer-Portal


  • 2.  RE: API Gateway URL

    Posted 05/17/23 12:13 PM

    How are you calling the getTransportInfo and in the URI you are entering it as /invoke/pub.flow:getTransportInfo ?

    HTH,
    RMG


    #API-Gateway
    #Developer-Portal
    #Flow-and-Java-services
    #API-Management
    #Service-Designer
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: API Gateway URL