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.  Activating API

    Posted Wed February 28, 2024 10:08 AM

    rest_api I want to activate my API
    image_2024-02-28_230640128

    but im getting error as above.

    Can anyone help me how to configure the native endpoint for local environment as i currently doing API management course.


    #API-Gateway
    #webMethods
    #API-Management


  • 2.  RE: Activating API

    Posted Wed February 28, 2024 10:12 AM

    Do you get the right result when you run the native service in webMethods ?


    #API-Management
    #API-Gateway
    #webMethods


  • 3.  RE: Activating API

    Posted Wed February 28, 2024 10:27 AM

    Can you explain what type of native service? im sorry as i just learned about API through software ag and i just following the hands-on activities handout


    #webMethods
    #API-Gateway
    #API-Management


  • 4.  RE: Activating API

    Posted Wed February 28, 2024 03:30 PM

    You’re getting this error because of the localhost url that you have specified in your routing policy.
    I’m pretty sure there’s an extended setting to deactivate this behavior, but the easiest way to bypass the error would be to use your computer name instead of localhost. You could also add a entry in your /etc/hosts with a domain name that points to your localhost, and use this domain name at routing level.
    Another option would be to use an alias in your routing url.


    #webMethods
    #API-Management
    #API-Gateway


  • 5.  RE: Activating API

    Posted Wed February 28, 2024 08:03 PM

    Thank you so much Stephane, this issued resolved as im changing it to my computer name. Have a good day!


    #API-Management
    #webMethods
    #API-Gateway