It is working.
Now If i would place another say x1.asmx and x2.asmx file in my Web Service project name?
Then How to call the WSDL file?
In every asmx page,Should i Call like
http://<LAN Machine Name>/<Virtual Directory>/FileData.asmx?WSDL
http://<LAN Machine Name>/<Virtual Directory>/x1.asmx?WSDL
http://<LAN Machine Name>/<Virtual Directory>/x2.asmx?WSDL
Thanks first of all.
I want to say that instead of each asmx file with “?WSDL” can i call a total WSDL file like that http://<LAN Machine Name>/<Virtual Directory>/<name>.WSDL so that i an get all instatitate of all the class.
Thanks NightStalker-DNS.
Can another thing explain me?
How to handle Web Service Security. I am googling it but not understanding.
I am not talking Web Service Security with Website restriction (Trusted website and so on…)
Can you explain it?