Consuming web service receiving/returning objects

  • Thread starter Thread starter Raj
  • Start date Start date
R

Raj

How is it possible to consume a web service receiving/returning object using
GET/POST methods?

SOAP is working fine,need to know about possibilities of using GET/POST

Thank you

Regards
Raj
 
How is it possible to consume a web service receiving/returning object using
GET/POST methods?

SOAP is working fine,need to know about possibilities of using GET/POST

Thank you

Regards
Raj

Yes, you can, and probably by default it is enabled. Here is the MSDN
page on how to allow it:

http://msdn.microsoft.com/en-us/library/b2c0ew36(VS.71).aspx.


Here is a post stating that it shouldn't be used:

http://ondotnet.com/pub/a/dotnet/2002/10/07/webservices.html

You will need to evaluate the reasons given versus your goal.
 
Back
Top