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
JLumbJLumb 

Calling a web service

Hi
 
I am trying to call a method of a web service external to Sales Force as part of an App I am developing. I can't seem to find any documentation on this. Can someone point me in the right direction?
 
James
adamgadamg
You can't invoke an external Web service from within AppExchange; the way to do so is via an external app/PHP/etc server that has access to both the AppExchange API and whatever else you are trying to consume.
JLumbJLumb

Thanks for your reply.

So is it possible to add a button onto the Salesforce UI? I am trying to integrate an address lookup facility in .NET.

As you can probably tell, I am pretty confused! :smileyindifferent:

 

James

DevAngelDevAngel
In the current version you can simulate a button using an image and a hyperlink.  Check the formula fields examples.