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
JBabuJBabu 

Salesforce inbound request xml

Hi,

 

Salesforce receives inbound request from external system to do real-time updates.

SFDC is giving exception back as

 

<NS1:Fault xmlns:NS1="http://schemas.xmlsoap.org/soap/envelope/">
- <detail>
- <NS2:middleWareExceptionMessage xmlns:NS2="...URL....">
<NS2:ExceptionCode>60002</NS2:ExceptionCode>
<NS2:ExceptionSource>Backend System SFDC</NS2:ExceptionSource>
<NS2:ExceptionMessage>Error from backend-SFDC</NS2:ExceptionMessage>
<NS2:ExceptionStackTrace>Backend System Error</NS2:ExceptionStackTrace>
</NS2:middleWareExceptionMessage>
</detail>
</NS1:Fault>

 

Can some one help me what could be the issue?

Also please let me know how to see the inbound request xml coming in to Salesforce.

 

Thanks,

Babu,