You need to sign in to do that
Don't have an account?
Ruben 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
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
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