Re: Registering objects

2001-11-28 Thread Henrik Plate
Hi Daniel! As far as I understand the examples and the documentation, web services are simple classes. You can deploy them with the web-interface of Apache SOAP (e.g. at http://localhost:8080/soap/admin) or via the command line. In any case the class-files of the web-service must be available

Registering objects

2001-11-28 Thread Henrik Plate
Hi! I'm trying to write some SOAP-Adapters for an existing Tomcat webapp. For this purpose I'd like to make some of it's objects available with Apache SOAP. And that's, where the problems arise... Normally all registered services are in the same webapp-context as Apache SOAP (aren't they?). I