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.
Everything works as expected. If you want to call the service as REST, send a POST request and specify “http://localhost:5555/[b]rest[/b]/Webservices.REST.OrderConfirmation_Rest” as the URL. IS will call the “…:_post” service automatically (because you issue a POST request). If you send a GET request, IS will call the “…:_get” service.
However, if you call the service via “invoke”, you have – as usual – to specify its full name, i.e. “…:_post”