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
r1985r1985 

Web Services doubt

Hi,

 

Have doubt on invoking external web services using apex.

 

1. First we will generate apex class from the wsdl of external application.

 

But after that how we will proceed with that??

 

kindly let me know the process.

 

If you have any doc regarding this do share it with me.

 

Thanks in advance,

MVP

ashish raiashish rai

Hello,

     Well it is simple after that. You have to simply create an instance of that class in any class. By the help of this instance you will be able to use the methods inside that class, a simple oops concept .

 

Think this will help you.