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
Love SFDCLove SFDC 

Capturing a SOAP Request for debugging

Is there a way to capture a SOAP request that's being sent to another application ? I want to capture and save it somewhere in SFDC to help the debugging process for failed transactions. Looking for some solution which can help us in debugging of a big request with a lot of fields.

Thanks in advance.
sfdcsushilsfdcsushil
Please check this idea

https://success.salesforce.com/ideaview?id=08730000000BrneAAC
 
Love SFDCLove SFDC
I don't want the complete REQUEST, may be capturing few complex types should do. How can I save the REQUEST, to revisit in case of any debugging needed.
Thanks !