Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > How to reset values with a webservice ?

Reply
Thread Tools

How to reset values with a webservice ?

 
 
ws98
Guest
Posts: n/a
 
      03-04-2005
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.
 
Reply With Quote
 
 
 
 
Manohar Kamath
Guest
Posts: n/a
 
      03-04-2005
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.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
reset a webservice from c# jordi c ASP .Net Web Services 2 01-25-2010 01:33 PM
You will not be able to reset the access - can't reset. jc MCAD 0 12-09-2007 08:58 PM
CISCO 7XX / 761 password reset or reset to factory defaults Philipp Flesch Cisco 3 06-18-2006 07:47 PM
ASP.NET Reset Controls to default values question psinyc ASP .Net 0 08-06-2003 05:29 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57