webMethods

webMethods

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

Invoke REST services from RI Server ?

  • 1.  Invoke REST services from RI Server ?

    Posted Wed June 05, 2013 01:57 PM

    I have successfully created a simple REST service that gives a proper response. Since our IS does not have a public IP I need to use the RI server somehow.

    In my url do I simply change the name to the RI server with the appropriate credentials ?

    i.e.
    the IS service inside of our firewall
    http://:5555/rest/sFTPStatus/status?number1=8&number2=5

    the public call is the same only with the RI Server defined ??
    http://:5555/rest/sFTPStatus/status?number1=8&number2=5


    #webMethods
    #webMethods-General
    #webMethods-Architecture
    #Integration-Server-and-ESB


  • 2.  RE: Invoke REST services from RI Server ?

    Posted Thu June 06, 2013 04:37 AM

    Hi,
    You need to configure the Reverse http gateway port and registration port. Once that setup is done, any call to the RI server will be picked up internal server to process…

    -Senthil


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods-Architecture