1 Reply Latest reply on Sep 22, 2010 10:26 AM by peterj

    javax.wsdl.WSDLException Jboss behind firewall

    scd

      Hello

      I try to open an application running on jboss 5.1 outside.
      The jboss server is behind a firewall (Netgear router).

       

      Locally it works fine but outside an exception is thrown when the call of wsdl webservices :

       

      javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing 'http://remote_IP:8080/Application/ServerWS?wsdl'.: java.net.ConnectException: Connection refused
      com.ibm.wsdl.xml.WSDLReaderImpl.getDocument(Unknown Source)
      com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
      com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
      org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:210)
      org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:175)
      org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:91)
      org.apache.cxf.jaxws.ServiceImpl.initializePorts(ServiceImpl.java:204)
      org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:147)
      org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:65)
      javax.xml.ws.Service.<init>(Service.java:76)