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.


#TechXchangePresenter
 View Only
  • 1.  REST V2 URL Query

    Posted Thu March 05, 2020 02:18 AM

    i am working on a REST V2 project and i am able to hit the url template fine in postman and within SOAP. But i would like to have the outside client use a query in the url to hit the service.

    I have read through the Rest documentation and it says that the client will be able to run a query at runtime to hit my service but that is not happening below is direct quote from the REST document.

    “Query parameters are not supported in the definition of a URL template. However,
    the request URL from the client application to Integration Server can include query
    parameters at run time.”

    has anyone been able to put queries in their url and have it work?

    i would like it to be like this:

    localhost:5555/rest/?num1=200&num2=300

    instead of this:

    localhost:5555/rest/num1/200/num2/300

    Thanks,


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: REST V2 URL Query

    Posted Thu March 05, 2020 11:35 PM