function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
All Answers
if you have marked your method as webservice , then you can use the Generate WSDL option to get the wsdl for the APEX webservice.
@RestResource(urlMapping='/Account/*')
global with sharing class MyRestResource {
@HttpGet
global static Account getRecord() {
// Add your code
}
}
If not, can you post the webservice class here.
Thanks,
Govindaraj.S
to Generate WSDL.
And make sure your profile is API Enabled permission