A webservice does not do anything special that an ordinary function/method
won't. Just send in the parameters into your web method, and within this
method call the function that "cleans" the database.

Signature
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
> I want to write a webservice that allows to reset values in the
> database of my back office.
[quoted text clipped - 4 lines]
>
> Thanks for your help.