difference b/w soap web service and webservice
Posted
by Praveen Prasad
on Stack Overflow
See other posts from Stack Overflow
or by Praveen Prasad
Published on 2010-03-24T21:36:48Z
Indexed on
2010/03/25
6:03 UTC
Read the original article
Hit count: 519
i saw that in asp.net .asmx file, we create webservices
[webmethod]
//method defination here
now for soap webservice
[webmethod]
[SoapHeader(some parameters here)]
//method defination here
my question is what's the difference b/w both webservices type and how to choose which service type to choose
© Stack Overflow or respective owner