Getting 405 Method not allowed for a Restful service in Apex
Dear All,
I have followed this blog to create a Restful webservice and tried testing it, but always I am getting 405 error. I don't know what is missing here.
http://sanjeev-technology.blogspot.com/2015/11/oracle-cloud-jcs-sx-sending-email.html
In this SR(https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=329843994338586&parent=EXTERNAL_SEARCH&sourceId=PROBLEM&id=2533631.1&_afrWindowMode=0&_adf.ctrl-state=1umr2oxu5_4) the solution is provided as to mention "/" in the uri template and also remove any ";" after the end of a query. I tried doing this, but still the error persisted.
Could anyone provide any help on this.
Thanks in advance.