function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ruben VascoRuben Vasco 

Problem a Workbench in section "Create a Record with a POST Method"

hello,
To take the course of Apex Web Services, Part Workbench gives me the result of "Service not found at: / services / apexrest / Cases /" if anyone knows what the error is greatly appreciate it.

Thank you so much.

regards
Best Answer chosen by Ruben Vasco
SandhyaSandhya (Salesforce Developers) 
Hi Ruben Vasco,

Please see below link and verify If you are doing the same thing for cases.

http://amitsalesforce.blogspot.sg/2016/04/rest-api-in-salesforce-execute-rest-api.html
 
And also refer below links which have similar discussion.

https://developer.salesforce.com/forums/?id=906F0000000BZhiIAG
 
Please consider below points.

Is there any namespace defined in your org? If this is defined, then you will have to use below-mentioned syntax to access your service:

/services/apexrest/namespace/Cases/

 I see some space after your each slash try to remove that.

Hope this helps you!

Please accept my solution as Best Answer if my reply was helpful. It will make it available for other as the proper solution. 
 
Thanks and Regards
Sandhya