how to consume webservice in azure

0

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
    
asked by maniat1k 23.04.2018 в 23:00
source

1 answer

0

Some time ago something similar happened to me and in my case it was resolved by restarting the instance of the VM.

I do not know if adding / updating the NSG rules on the fly does not affect the running instances immediately (or takes a long time to synchronize).

    
answered by 29.04.2018 в 00:03