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
NandakumarNandakumar 

SERVER_UNAVAILABLE when using SOAP API

Hi,

im using SOAP API to insert records into sales force, the DLL is working fine but sometimes i getting a soapexception error saying server_unavailable, please find the details below

DLL uses this SOAP API

https://www.salesforce.com/services/Soap/c/6.0

Error thrown

<Error> -- 5/28/2007 12:49:41 AM -- ConvertToSFDCLead: call to SFDC create() failed:

 System.Web.Services.Protocols.SoapException: SERVER_UNAVAILABLE: server temporarily unavialable

   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

   at SFDCinterop.BKBSforce.SforceService.create(sObject[] sObjects)

   at SFDCinterop.WebLead.ConvertToSFDCLead()

 Please help me in this

Regards,
Nandakumar

Griffin WarburtGriffin Warburt
Nandakumar,

I don't have any help for your issue, I suspect that it is a network issue rather than a programming one.

I am trying to do what you have done and would appreciate a pointer or two. (Details are available in this post.

How are you handling the SF response and using the provided session ID?
Is the DLL only inserting objects? (not updating / deleting?)

Thank you!