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
Abhinav GuptaAbhinav Gupta 

Helper API for ease of use with WSC.

I created a helper class named "WSCSession" for WSC. WSCSession allows you to flexibly login either via Partner or Enterprise WSDL. The best part is it doesn’t depends on either Partner or Enterprise WSDL2Java classes. So if you are working on Enterprise WSDL, you don’t need to include WSDL2Java classes for Partner WSDL in classpath and vice versa. It internally works on dynamic class loading to ensure right WSC Connectors are used to create SFDC Sessions.

 

Full API details available here