There are two PCs: In PC1, I have created ASMX Web Service and Hosted in local IIS.
My URL is like
XXX.XXX.X.103:82/WebService.asmx
Now, there is no Visual Studio in PC2, I just installed Framework 4.5.
How do I invoke and test that ASMX Web Service
using only Framework?
Because when I run that URL in browser, I got the list of Services but not able to test it. How to solve with using only ".NET Framework"?
Here is the screen shot:
I am not getting this "Test Method" in PC2 and "Invoke Button".