Prev: Sending and returning objects to/from web service
Next: Parse (recovered) corrupt xml files and automatically repair them.
From: Raj on 9 Jan 2010 04:12 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
From: Family Tree Mike on 9 Jan 2010 09:01 On 1/9/2010 4:12 AM, Raj wrote: > 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. -- Mike
From: Asaf Shelly on 10 Jan 2010 05:09
Browse to the webserice URL. Click a method name and use the text: http://services.asyncop.com/ProjectPublisher/ProjectPublisherWSvc.asmx?op=GenerateHTML |