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

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
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.