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.
--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"ws98" <> wrote in message
news: om...
> I want to write a webservice that allows to reset values in the
> database of my back office.
> I don't have any idea of how to pass information to set a value to
> blank or zero (reset). Just to finish my poor explanation, I want to
> pass values in my SOAP Request that will be able to fill rows and also
> to "clean" some of them.
>
> Thanks for your help.