How to remove the root element of document when consuming REST "http:post" Web service?
When consuming 3rd party REST web service we get "error" response as the Web service accepts JSON with no root element as "request". Is there a way we can parse the request to remove root element before syncing the message?
1