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
yogesh.jadhavyogesh.jadhav 

How Can I call my Web Service from SControl?

Hi,

I want to call my Web service that is deployed on our server from SControl.
I want to develop the application that will fetch the data from Sales force by using 'Partner wsdl' as well as from web services deployed on our server.

Thanx & Regards,
Yogesh

benjasikbenjasik
since the browser only allows calls back to the domain that served this up, your best option today is to host a page that calls to both domains.

We do have a pilot technology that serves as a proxy for scontrols that want to make calls like this.  If you want to try this out, email me at bjasik at salesforce.com
iSpaceiSpace

Hi Benji,

I have a similar situation - make a call to my web service hosted on our server and get the response back. I am already running into "Permission Denied" issues when i try to call the web service using an ajax script.

Can you help into this at earliest?

Thanks,

Abhilash

sfdcfoxsfdcfox
You can use SOA when it comes out, or you can host javascript code on your server, which will "trick" the browser into allowing access to that server--  you can then write a proxy service that connects to anywhere else in the world. SOA is going to be the Salesforce implementation of that, from my understanding.

~ sfdcfox ~