Product/components used and version/fix level:
Intergration server 10.15 last fixes
Detailed explanation of the problem:
Hi,
i’ve to use an external REST API with some anonymous schema like :
[
“string”,
“string”,
“string”,
{
“noAccount”: 0,
“noAccountEx”: 0,
“noOffer”: 0,
“noVoucher”: 0,
“noSegmentation”: 0,
“noCustomer”: 0,
“noCustomerEx”: 0,
“noChildren”: 0,
“noEmail”: 0,
“noAddress”: 0,
“noPhone”: 0,
“noClub”: 0,
“noCard”: 0,
“noCardEx”: 0,
“noCustomerList”: 0,
“noCounter”: 0,
“numberOfLastTicket”: 0,
“noContactType”: 0,
“noTarget”: 0,
“numServer”: 0
}
]
On webMethods :
I have no problem at all to create the consumer REST API Descriptor but i MUST add a prefixe for that kind of anonymous schema but, unfortunately, the endpoint send me an ERROR due to the bad request. It doesn’t recognize the prefixe.
How to deal with that ? It is possible to tell webMethods to “anonymize” on call a particular set of JSON properties ?
Thanks !
Regards.
#webMethods#Integration-Server-and-ESB