4 Replies Latest reply on Jul 6, 2006 10:30 AM by mattiasvl

    Problems consuming webservice

    sickmick

      I have a webservice consumer deployed on a (local) JBoss 4.03 server wich I can connect to by finding it via JNDI. But when I try to call a method on the (found) stub, I get an UnknownHostException when it tries to call the URL of the webservice (I am behind a firewall). Setting the System properties (http.proxyXXX etc) does not work, nor does starting the server with the VM settings (-DproxyXXX).

      I created all files using the wscompile tool from Sun.

      Anyone with suggestions how to resolve this?