简体   繁体   中英

How to expose a web service which is deployed locally

I am trying to learn webservice building/deployment. I have built a webservice and deployed it on a oracle weblogic server on my laptop.

i am trying to test the webservice using soapUI from another laptop. i am getting invalid URL error.

can some one point out where i am going wrong

Note the same wsdl works fine if i try to run it from SoapUI on my laptop

Laptops have to be on same network. If so, each laptop will have its local Ip address ( go to cmd promt if using windows and type ipconfig).

Using this Ip, you can access webservice from second laptop which is hosted on your laptop.

If they are not on same network, it is possible but there are lots of things to be considered. I would suggest that only for production applications, not for testing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM