REST call not working in webMethods OneData

Hi Team,

I am getting the below response while I am trying to do a rest call ( POST method ) to webMethods OneData entity.
Error Message : HTTP Status 405 - HTTP method POST is not supported by this URL.
I have also added an entry in the web.xml inside tomcat folder , still it is not working.

<http-method>POST</http-method>

Response String Below

- Error report

HTTP Status 405 - HTTP method POST is not supported by this URL


type Status report

message HTTP method POST is not supported by this URL

description The specified HTTP method is not allowed for the requested resource.


Please help. Urgent.!!

Thanks and Regards
Abir Banerjee

Hi,

some calls would require a GET operation and not POST.
Yuo didn’t provide any details about your REST call so I can’t provide more guideance