Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i made a window application for scanning image & store image in database & remove that image from directory.
how can i make a web service for scanning image & store a image in database? how can i use web service in window application?
pls reply as fast as possible.
Posted

1 solution

Looks like you are not very clear on what a Webservice is? Have a read here[^] just to be more clear.(Just picked the first link of Google! If you want, pick any other.)

Using a webservice you can surely do the storing part of the image in database but not 'scanning'.
For using a Webservice, make one, expose it, then reference the same in your windows application such that you can talk to it. Once you have scanned image with you, use the webservice to store that. You will need to create an object of webservice and then uese one of the exposed Webmethods in it.
 
Share this answer
 

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