hii,
i want to implement a webservices in my website . how can i implement it what its procedure ? can any1 help me out?
some references ?
Thanx in advances..!!
Regards,
Altaf ....
[email protected]
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Apr 30, 2010, 1:29 AM
for creating a webservice add and webservice file from add new item.. its having the extension .asmx
when you open it The first line of the file will look like This line will instruct the compiler to run on Web Service mode and the name of the C# class. We also need to access the Web Service namespace. It is also a good practice to add a reference to the System namespace.
The SecurityWebService class should inherit the functionality of the Web Services class. Therefore, we put the following line of code: