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
abhi09abhi09 

SOAP requests with HTTP authentication

Hello Friends,

 

      I am trying to hit salesforce SOAP webservice from external application. Instead of invoking salesforce login method and using SessionID for authentication, can I use Global HTTP authentication for soap requests to salesforce ?

SuperfellSuperfell

No, you need to pass a sessionId in the SessionHeader SOAP header.

abhi09abhi09

Thanks Simon for your reply.