From my VM en azure I can consume a webservice without problems. Now when I want to consume it with soapUI I do not arrive:
from command line, with a wget it gives me this error:
$ wget http://xx.xx.xx.xx:8080/WSService/WSService?wsdl
--2018-04-23 17:54:46-- http://xx.xx.xx.xx:8080/WSService/WSService?wsdl
Conectando con xx.xx.xx.xx:8080... falló: Conexión rehusada.
will I be missing a rule in the firewall?
port 8080 is open
One thing I notice now is that I get to jboss in that port but I do not have permission to enter the manager, for example, so if I'm missing something that I do not know ...
the vm is a centos with jboss eap7
$ telnet xx.xx.xx.xx 8080
Trying xx.xx.xx.xx...
telnet: connect to address xx.xx.xx.xx: Connection refused