users@jax-ws.java.net

Endpoint.publish() on another computer

From: Daniel Kasmeroglu <Daniel.Kasmeroglu_at_Kasisoft.net>
Date: Wed, 17 Jan 2007 16:01:30 +0100

Here's another question (yes, I'm a novice ;-),

I've implemented a simple webservice (just a function making a string uppercase) plus a little
client which both are working fine, as long as they are on the same computer. But when I run the
Java internal server on another computer (within a local network) I always get a ConnectException
and I have no idea why. I'm addressing the webservice using it's IP and I've shutdown my firewall,
so this cannot be possible connection problems. I also started a ServerSocket on the servicing
computer (obviously on another port) and I can connect to it. So I can reach the computer via a
proprietary connection but not using my webservice client (just to make sure that this doesn't come
up: I'm using freshly generated classes from 'wsgen' and 'wsimport').
Any ideas ?

Ciao
Kasimir