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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -