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
Jason.PoyJason.Poy 

Trailhead SOAP API Unit - Getting SoapUI login() to work

Hi All,

For those trying to work through this unit: https://developer.salesforce.com/trailhead/en/force_com_dev_intermediate/api_basics/api_basics_soap
You will find that Salesforce returns an unsupported client error since June 25th (I believe, I forget the exact date Salesforce disabled lower than TLS 1.1).

I found a very helpful post that primarly addresses the issue with SOAP UI found here: http://blog.deadlypenguin.com/blog/2016/06/27/soapui-tls-1-2/

However it did not quite solve my issue  ( I am running Win 7 64bit, Java Version for SoapUI 1.7.0_55).  I found that if you add the following line just above the -splash:SoapUI-Spashscreen.png line in the SoapUI{version}.vmoptions file mentioned in the above post, it will should then work/authenticate for you.

-Dsoapui.https.protocols=TLSv1.1,TLSv1.2

I hope this helps.


Cheers,

J.