1 Reply Latest reply on Oct 17, 2005 8:05 PM by jason.greene

    Client javax.naming.NamingException: Cannot load wsdl file

    mka

      I followed the RPC style ws4ee example listed and got a java fat client to connect to the cweb service client running on JBOSS. The client and JBOSS where running on the same machine. Howvere, the set up fails when I try to run the java fat client on another machine, returning with the exception below:

      javax.naming.NamingException: Cannot load wsdl file '/META-INF/wsdl/UserService.wsdl' from: file:/D:/jboss/server/production/tmp/deploy/tmp2010pam.ear-contents/smt-ws-client.jar
       at org.jboss.webservice.client.ServiceObjectFactory.getObjectInstance(ServiceObjectFactory.java:130)
       at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:636)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:520)
       at javax.naming.InitialContext.lookup(Unknown Source)
      


      I should point out that the machine running JBOSS is now behind a firewall. Is there any coomunication that happens on ports other than the standard http port of 80? I've even configured JNDI to tunnel through http on JBOSS. Any help will be appreciated.

      Thanks.