difference b/w soap web service and webservcie
        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/24
            21:43 UTC
        
        
        Read the original article
        Hit count: 294
        
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 webservcies type and how to choose which service type to choose
© Stack Overflow or respective owner