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
GhilliGhilli 

How to call a method from one salesforce account to other different account

Hi Friends,

 

I have one requirement like this.

I have once salesforce account, i am writing one apex class and generating the WSDL.

I need to use this WSDL to create a apex class in diff salesforce account.

After creating apex class from the WSDL what i need to do in order to access the method which is there in WSDL.

 

Kindly help me out in this.

 

Regards,

Elavarasan N.

FinnArildFinnArild

This page in the documentation describes this, I think.

 

You can use the webService keyword to define methods that are exposed externally through SOAP.

Message Edited by FinnArild on 05-26-2009 01:00 AM