• Nandakumar
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
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