Skip to main content
I am getting that error after this SOAP call:

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <SOAP-ENV:Header>

        <ns1:SessionHeader SOAP-ENV:mustUnderstand="1">

            <ns1:sessionId>.......</ns1:sessionId>

        </ns1:SessionHeader>

        <ns1:CallOptions SOAP-ENV:mustUnderstand="1">

            <ns1:client>Force.com Toolkit For PHP 5.3/v1.0.0</ns1:client>

            <ns1:defaultNamespace xsi:nil="true"/>

        </ns1:CallOptions>

    </SOAP-ENV:Header>

    <SOAP-ENV:Body>

        <ns1:describeSObject>

            <ns1:sObjectType>Account</ns1:sObjectType>

        </ns1:describeSObject>

    </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

The error ID is:  379807303-289575 (1965483909)
3 respuestas
  1. 5 jul 2021, 16:38

    Hi Swetha,

    I made the call using php, but yes you could also use SOAP UI. The issue only happens with one of the API users, with other users I don't have that problem. right now we are checking the differences between the users.

    Best Regards,

    Jose

0/9000