I’m trying to deploy an IS Packages from webMethods 10.15 to webMethods 10.5, but got this problems.
Request Body:
[
{
“id”: “13”,
“location”: “2000”,
“userId”: “george”
}
]
It happen to all restful services, and every integration server i deploy. I try to hit the endpoint from webMethods API Gateway and webMethods Integration Server, the result is the same.
My expected result is remove the rootArray and use document list checkInReq. I try deploy on the different IS 10.15 and it works fine.
Why this is happening? Do i need some sort of setting in the 10.5 version? Any help or explanation would be much appreciated.