Is it possible to use a rmi-server with axis ?
How do I have to start it ?
For example the name of the rmi-server class is
RMIServer. Normally I'll start it with
java -Djava.rmi.server.codebase=... -Djava.security=... RMIServer,
but how do I do this, when calling from a web service?
 
Any ideas ?
 
 
Regards
    Dennis Reil
 

Reply via email to