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.