[xgws-user] Xsoap rmi

Dirk De Becker Dirk.DeBecker_at_biw.kuleuven.be
Thu, 9 Jun 2005 14:38:05 +0200


Hey all, 

I am not quite sure if this is the correct mailing list for this
question, so if it is not, please accept my apologies and tell my where
to post this question :-)
I would like to make a client-server application that should work
through our university firewall, which only allows calls to ports 80 and
443 to go through. The application will be programmed in java, and
should be able to make RMI-like calls. Furthermore, I would like it to
be able to do on-request registration and unregistration of objects for
remote access. What I mean is, I would like to have a server program
that allows a client to make a request to create and register an object
of a certain type (on the server), after which the client can
communicate directly to the created object on the server. At the end,
the client should also be able to call a method on the server, which
will result in the server unregistering the created object and
destroying it.
Thanks for any help, 

Dirk