webservice Vs xml webservice

arun_mrk

Well-known member
Joined
Apr 1, 2003
Messages
51
Location
beijing
im confused by the term webservice and xml webservice.
Can some explain what is difference between the two with regard to .net.
Im writing a webservice to update the database(remote location) by passing a dataset, in these case should i call it as webservice or xml webservice?
Plz explain?
 
For all intents and purposes "XML webservice" and "webservice" are one in the same. "XML" simply denotes that the webservice uses XML, which all .NET webservices and the majority of other non-proprietary webservices use as well.
 

Similar threads

3
Replies
4
Views
95
Brian W
B
F
Replies
4
Views
173
Shenan Stanley
S
H
Replies
5
Views
371
Jeff Gaines
J
Back
Top