You need to sign in to do that
Don't have an account?

How to debug a webservice apex class?
Hi,
I have an Apex class which calls a webservice apex class. I could able to debug the Apex class in the debug logs but I dont see any logs for the Webservice class. Please let me know how to see the debug logs of Webservice class
Thanks
I have an Apex class which calls a webservice apex class. I could able to debug the Apex class in the debug logs but I dont see any logs for the Webservice class. Please let me know how to see the debug logs of Webservice class
Thanks
Debug logs sometimes don't work nicely with webservice callouts, but make sure you're adding a debug log for the correct user.
Another thing to consider as well is calling the webservice through a 3rd party tool like soapui to see if there are any issues with the request you're sending.