Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a create webpage with come database content there is a large kindly of report save in database i have some Clint who want to read come record just for verification like Name And ID Card Number So I Want to provide them by web service please how i can make it

how can create web service for other company to read come content from my database?
Posted
Comments
MuhammadUSman1 5-Oct-13 6:08am    
What is Come DataBase?
Not clear what you want to say about database. if you saying about Webservice please let me know?

1 solution

Hello,

You can create a simple web service or WCF service. you have to deploy this service to any particular server and share details with clients.

Using WCF you can return data in mode of XML or JSON and if making simple web service then they can also get the dataset or datatable.

Its up to you what provision you need to give them.

How to create web services (WSDL),
http://www.w3schools.com/webservices/ws_example.asp[^]


How to create WCF services (VCF),
http://wcftutorial.net/[^]
 
Share this answer
 
Comments
irfanansari 6-Oct-13 5:35am    
THANK YOU DEAR please can you define JUST IN asp.net

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