Hi all,
I have created one web service for saving XML file,and created an asp.net application to pass xml file to web service as parameter.
At first i have compiled two application in my local machine and given 'Web Reference' to the web service like 'http://localhost:3112/Web_Service/Service.asmx'.its working fine and able to access web services also.
But now am running web service on remote machine(IP is 10.10.1.169) and trying to give 'Web Reference' my local machine like 'http://10.10.1.169/Web_Service/Service.asmx'.But it is not getting connected and showing message like 'Object not found!'.
Please Help me,
Thanks in advance,
Fuad