• Navaprasad Reddy Ande
  • NEWBIE
  • 29 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
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
I have linked my lightning component with Quick action button,
but width of that pop-up has fixed width, my requirement is I want full screen to be acquire by that component.
through mew window or new tab,
How should I achieve this
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

My input:

System.debug('Date.today();************ ' + date.today());

 

Output:

Date.today();************  2013-06-07 00:00:00

 

expected output:

Date.today();************  2013-06-07 

 

Is possible to get my expected output?