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
Navaprasad Reddy AndeNavaprasad Reddy Ande 

how to identify which class is called when a SOAP request is sent from external system ?

how to identify which class is called when a SOAP request is sent from external system ?

External system is trying to create custom object records in SFDC which are errored at SFDC due to more than 200 records in an API call.

Note : I dont have access to Debug Logs.

I want to replicate the same scenario using SOAP UI but am not able to find which webservice class is called in the SFDC.

Please let me know if you need more info.

Thanks,
Navaprasad
_Prasu__Prasu_
Hi Nanaprasad,

Exception message or the exception emails must be returning the classname and error message. If you are not recieving the exception emails you can configure your email address to recieve the exception emails. https://releasenotes.docs.salesforce.com/en-us/winter16/release-notes/rn_apex_exception_emails.htm

Regards,
Prasanna
Navaprasad Reddy AndeNavaprasad Reddy Ande
Hi Prasanna, Thanks for the reply. My jobs is done !!! Thanks, Navaprasad.