I'm new to SOAP and I'm wondering if anyone can point me in the right direction here.
In the past, when I have writtten API's that access a servers functionality I have used an interface model. I would get a Login interface, and have the client call Login.login(username, password). On successfull login, Login.login() would return an interface to A server. The server interface would then expose the methods that defined the server API. Is there a way to use soap to do something like this? George Voronoff
