Hi All,
I have created a _post REST webservice and trying to test it from Chrome ARC.
I tried to pass following URL with the JSON message but getting below error:
URL:
http://localhost:5555/[b]rest[/b]/Webservices.REST.OrderConfirmation_Rest:_post
Error:
Access denied for user Administrator on port 5555 → ‘rest/Webservices.REST.OrderConfirmation_Rest:_post’ from 0:0:0:0:0:0:0:1.
However, when i tried to invoke the URL using invoke, it worked fine.
http://localhost:5555/[b]invoke[/b]/Webservices.REST.OrderConfirmation_Rest:_post
I have even set the Execute ACL to Anonymous in this _post service.
Just wondering what config I am missing for using rest.
Any help would be much appreciated.
Thanks,
Amit
#soa#API-Management#webMethods