* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Protocols / Methods.cs
2006-03-22 Raja R HarinathIn .:
2006-02-01 Raja R Harinath* support-test-*.cs: Rename from test-*-p2.cs.
2005-06-21 Atsushi Enoimported everything from my branch (which is slightly...
2005-06-14 Lluis Sanchez2005-06-14 Lluis Sanchez Gual <lluis@novell.com>
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2004-12-14 Marek SafarCopied remotely
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-10-11 Lluis Sanchez * Methods.cs: Use the service namespace as the base...
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-24 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-19 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-15 Lluis Sanchez * Methods.cs: Use the service namespace as the base...
2004-09-15 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-02 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-04 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-03 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-27 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-17 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-09 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-05 Lluis Sanchez * Methods.cs: When using RPC, ignore RequestElementNam...
2004-07-01 Lluis Sanchez * Methods.cs: Check for null when looking for a header...
2004-07-01 Lluis Sanchez * Methods.cs, SoapMessage.cs: Added support for unknow...
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-21 Duncan MakAdd MIT license to System.Web.Services.DLL
2004-03-09 Lluis Sanchez * HttpSoapWebServiceHandler.cs: Set the properties...
2004-02-27 Lluis Sanchez * Fault.cs: Moved Fault class from Methods.cd to this...
2004-01-24 Lluis Sanchez * HttpWebClientProtocol.cs: Added missing property.
2004-01-21 Lluis Sanchez * Methods.cs: Set the correct namespaces for Fault...
2004-01-19 Lluis Sanchez * Methods.cs: Get the method namespace from the bindin...
2004-01-14 Lluis Sanchez * Methods.cs: Set the correct element name and namespa...
2003-12-15 Lluis Sanchez * HttpSoapWebServiceHandler.cs: Added check for valid...
2003-12-12 Lluis Sanchez* Methods.cs: Added special handling for RPC format.
2003-11-27 Lluis Sanchez * Methods.cs: Added correct namespace for serializatio...
2003-11-24 Lluis Sanchez * Methods.cs, TypeStubManager.cs, SoapMessage.cs:...
2003-10-22 Lluis Sanchez * Methods.cs: Class Fault is now public, so it can...
2003-10-14 Lluis Sanchez * HttpGetTypeStubInfo.cs, HttpPostTypeStubInfo.cs...
2003-10-04 Lluis Sanchez * SoapDocumentationHandler.cs: Moved here the code...
2003-10-01 Lluis Sanchez * HtmlFormParameterReader.cs, HtmlFormParameterWriter.cs,
2003-09-29 Lluis Sanchez * Methods.cs: Little fix in binding check.
2003-09-28 Lluis Sanchez * HttpSoapWebServiceHandler.cs: In SerializeResponse...
2003-09-04 Lluis Sanchez * Methods.cs: Added support for bare parameter style...
2003-09-01 Lluis Sanchez * Methods.cs: In TypeStubInfo, added Documentation...
2003-08-28 Lluis Sanchez * HttpSoapWebServiceHandler.cs:
2003-07-09 Lluis Sanchez * SoapHttpClientProtocol.cs, HttpSoapWebServiceHandler...
2003-07-04 Lluis Sanchez * LogicalMethodInfo.cs: Fixed Invoke method. If return...
2003-06-14 Lluis Sanchez * Methods.cs: Added information about headers in Metho...
2003-06-13 Lluis Sanchez * Methods.cs: Added serializer to MethodStubInfo for...
2003-06-10 Lluis Sanchez * Methods.cs: removed handler for UnknownNode event
2003-06-05 Lluis Sanchez * Methods.cs: added support for encoded format
2003-06-01 Miguel de IcazaWe now do the call correctly (thanks to Lluis input...
2003-05-31 Miguel de IcazaFirst set of attempts to do RPC, but I need to prefix...
2003-05-30 Miguel de Icaza2003-05-30 Miguel de Icaza <miguel@ximian.com>
2003-05-30 Miguel de Icazamaybe this is part of the problem
2003-05-30 Miguel de IcazaThanks to Lluis' work on the XmlSerializer it is now...