web services - Accessing a webservice on my localhost -
i've running webservice published on "http://localhost:8080/freemeteows/freemeteows?wsdl"
. want access webservice device on same network...what address should put in order retrieve wsdl?
if port i.e. 8080 open incoming connections on computer you'd need find local ip-address, done in different manners on different operating systems. when have obtained local ip-address switch localhost out in favor ip-address.
Comments
Post a Comment