Thanks for the replies all - it was my network proxy. Unfortunately all outgoing calls on most ports are blocked - so I'll have to try this at home!
José Ferreiro wrote: > > Hello, > > Just to follow on what Andreas said. > If there is a proxy server you may lauch your client the following > command: > > java -Dhttp.proxyHost=[proxyServer.com] -Dhttp.proxyPort=[#port number] > -jar > yourWebServiceClientPackagedAsAjarFile.jar > > Hope this helps! > jose ferreiro > > On Thu, Jan 22, 2009 at 8:23 PM, Andreas Veithen > <[email protected]>wrote: > >> One thing you should check is whether your client uses an HTTP proxy. >> Maybe the browser you are using is correctly configured to send >> requests through a proxy, but your Axis2 client is not. >> > -- View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21624962.html Sent from the Axis - User mailing list archive at Nabble.com.
