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
raju.Braju.B 

How to call webservice in an salesforce account into another account of salesforce.

Hi,

 

I need to use webservice class of one salesforce account into  another salesforce account.

 

Can any one tell me how to call that class in another salesforce account.?

CyberGroup Inc.CyberGroup Inc.

Its not allowed.

 

You can not call a webservice created in one salesforce.com org directly from another salesforce.com org.

raju.Braju.B

Hi,

Thanks for the rply.

 

Actually I worked on it....

 

I gone through few books..

 

What i observed in those books is we can do this by following below steps.

 

 

Setup-->Deveolp-->Apexclasses-->Generatewsdl-->choose a wsdl file of webervice which you generated.

 

 

Click on Parse wsdl.

 

Then you have a text in ur text box..

Like: soapSforceComSchemasClassOpportunit

 

We can call this webservice class in another sfdc account with this name.

 

Is it possible..?

Can you please help me ..

Its very urgent for me......

 

 

akbakb

I am also facing the same issue, can you please tell me the solution?