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

CentraSite - Mediator not handling query string parameters in POST

  • 1.  CentraSite - Mediator not handling query string parameters in POST

    Posted Tue May 15, 2018 12:52 PM

    Centrasite 9.12

    When invoking a REST virtual service through the Mediator, POST requests are sent to the backend but without their query string parameters. Someone had the same problem ?

    REST POST request

    Content-Type: application/json

    https://server.com/ws/api-REST/1.0/logo/item/object?logoId=12345&retry=3&timeOut=3000

    body:
    {
    “Request”: {
    “time”: “2014-08-06 19:43:37”,
    “info”: [
    {
    “id”: “1.2.4.8.3”,
    “idType”: “COUNTER22”,
    “idValue”: “3453”
    }
    ]
    }
    }

    Thanks for your help.


    #API-Management
    #webMethods
    #CentraSite


  • 2.  RE: CentraSite - Mediator not handling query string parameters in POST

    Posted Wed May 23, 2018 10:49 AM

    Hi Alexandre,

    Have you checked the KnowledgeBase.

    I know for sure that in certain versions of Mediator (ex: 9.8), this is the designed behavior.

    For example, query parameters for POST method are not supported until 9.12.

    So check your mediator version as well

    Best regards,
    Vlad Turian


    #API-Management
    #CentraSite
    #webMethods