• Bhushan Laddad
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
Hi All,
I am able to succesfully connect to below URL using SOAP::Lite
http://login.salesforce.com/services/Soap/c/13.0
but I get 503 service unavailable error when I try to connect to https://login.salesforce.com/services/Soap/c/13.0 .
What can be the reason?


Thanks
Bhushan
Hi All , I am ble to succesfully connect to http://login.salesforce.com/services/Soap/c/13.0 through SOAP::Lite while I get 503 service unavailable URL.
Any idea what can issue?
Is it correct ebhaviour, is it fine if we use http over https, will SF support?
Hi All , I am ble to succesfully connect to http://login.salesforce.com/services/Soap/c/13.0 through SOAP::Lite while I get 503 service unavailable URL.
Any idea what can issue?
Is it correct ebhaviour, is it fine if we use http over https, will SF support?
Hi All,
I am able to succesfully connect to below URL using SOAP::Lite
http://login.salesforce.com/services/Soap/c/13.0
but I get 503 service unavailable error when I try to connect to https://login.salesforce.com/services/Soap/c/13.0 .
What can be the reason?


Thanks
Bhushan
As per www.salesforce.com API Endpoint Retirement https://help.salesforce.com/HTViewSolution?id=000229717 ?? we need to use login.salesforce.com. but when i changed https://www.salesforce.com/services/Soap/u/30.0 to http://login.salesforce.com/services/Soap/u/30.0 API is not working for Us. any help ???