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
AhlomonAhlomon 

Single Sign-On with SalesForce.com

I build the web service with Delegated Authentication WSDL as reference in my web service and now when I enter my Id and Password manually it works and I am getting “True”

My question is how I can get Id and Password programmatically from windows:

 
 Dim x As New localhost.Service 

        Response.Write(x.Authenticate("id", "password", "1.1.1.1"))