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
Developer One.ax1879Developer One.ax1879 

Debugging SOAP Connection Problems (500 Server Error)

I have been getting some  500 Internal Server Errors when I try to connect wityh the folling URL's:

 

https://login.salesforce.com/services/Soap/c/29.0/

https://login.salesforce.com/services/Soap/c/29.0/xxxxxxTokenxxxxx

 

I am using Visual Studio, and need some help debugging. 

Satish_SFDCSatish_SFDC
You should check the SOAP response to find out why it is failing.

Regards,
Satish Kumar
Developer One.ax1879Developer One.ax1879

How do I get that output to the screen? I cannot see the output form SOAP

Satish_SFDCSatish_SFDC
Sorround the call to Salesforce within try statements.

Put a breakpoint just after the call statement and another breakpoint at the place where you catch the exception.

You can then get the output by checking the popup that comes up.

Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.