You need to sign in to do that
Don't have an account?

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.
This page in the documentation describes this, I think.
You can use the webService keyword to define methods that are exposed externally through SOAP.