Click here to Skip to main content
15,868,133 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am new to the webservices application.

i create a simple webservices application in my local machine and runs well.i want to test my webservices in another system in the same network. for that what i have to do?

can u tell the steps in details.
Posted
Comments
Shridhar Gowda 9-Feb-15 7:54am    
Just replace localhost by IP of remote computer. Example "http://localhost:2626/myservice.svc/wsdl" is url generated in your local system. Use "http://10.134.56.45:2626/myservice.svc/wsdl" from other system. IP is the where you are running the code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900