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
hchenghcheng 

Error when calling Web Service Callout from S-Control

Hi,
 
I am calling a web service using callouts (from an S-Control), but receive the following error:
 
"{faultcode:'soapenv:Client', faultstring:'System.Exception: Got an unexpected error in callout:null. Contact support with error ID is: 924993620-88"
 
Has anybody else encountered this error and do you have any suggestions on resolving it?
 
Thanks
 
 
 
mangiamangia
I have a similar case; S-Control calling APEX code which is calling our web service Api and getting this  error.  Any suggestions?
 
Got an unexpected error in callout : null. Contact support with error ID: 2231529-189
 
20071120170042.255:Class.goolara.mySymphonieApiWs.login: line 5, column 5: Entering login
20071120170042.255:Class.goolara.SymphonieGoolaraNetApi.SymphonieWsSoap.Login: line 418, column 13:     Created Web Service callout to endpoint: http://testws.goolara.net/Api/SymphonieApiWs.asmx
20071120170042.255:Class.goolara.SymphonieGoolaraNetApi.SymphonieWsSoap.Login: line 418, column 13:     Sending callout request
20071120170042.255:Class.goolara.SymphonieGoolaraNetApi.SymphonieWsSoap.Login: line 418, column 13:     Reading callout response
System.Exception: Got an unexpected error in callout : null. Contact support with error ID: 2231529-189

Class.goolara.SymphonieGoolaraNetApi.SymphonieWsSoap.Login: line 418, column 13
Class.goolara.mySymphonieApiWs.login: line 7, column 52


BTW, this code worked prior to the recent 'SalesForce 7' to SaleForce 8' upgrade!?