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
Shiva RajendranShiva Rajendran 

Can i make soap or rest callout to other org using js in visual force salesforce?

Is it possible to do a soap callout to org 2 from org 1 using javascript in salesforce .
I mean by there exists a soap or rest webservice in org 2, i must write javascript code to access its response in org 1.
I know it is possible using apex and visualforce,just want to confirm its feasibiltiy using javascript