* HttpSimpleClientProtocol.cs, HttpWebClientProtocol.cs,
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Protocols / ChangeLog
2004-07-09 Lluis Sanchez * HttpSimpleClientProtocol.cs, HttpWebClientProtocol.cs,
2004-07-05 Lluis Sanchez * Methods.cs: When using RPC, ignore RequestElementNam...
2004-07-02 Lluis Sanchez * XmlReturnWriter.cs: Add XmlIncludes to the reflectio...
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-06-22 Lluis Sanchez * XmlReturnReader.cs, XmlReturnWriter.cs: Generate...
2004-06-10 Lluis Sanchez * TypeStubManager.cs: Improved locking in GetLogicalTy...
2004-06-02 Lluis Sanchez * LogicalMethodInfo.cs: Don't crash in GetCustomAttrib...
2004-06-01 Lluis Sanchez2004-06-01 Gert Driesen <drieseng@users.sourceforge...
2004-05-24 Lluis Sanchez * SoapClientMessage.cs: Get the MethodInfo from the...
2004-05-17 Gonzalo Paniagua... 2004-05-18 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-05-12 Lluis Sanchez* LogicalMethodInfo.cs: Made EnableSession property...
2004-05-12 Lluis Sanchez * HttpSimpleWebServiceHandler.cs: Added GetRequestMeth...
2004-05-11 Gonzalo Paniagua... 2004-05-11 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-05-10 Gonzalo Paniagua... 2004-05-10 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-05-05 Gonzalo Paniagua... 2004-05-05 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-05-05 Gonzalo Paniagua... 2004-05-05 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-03-25 Lluis Sanchez * WebServiceHelper.cs: In GetContentEncoding, chop...
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-02-11 Lluis Sanchez * WebServiceHelper.cs: When reading a soap request...
2004-02-09 Lluis Sanchez* WebServiceHandler.cs: inheritance from WebService...
2004-02-05 Alon GazitThis attribute is inherited by derived classes.changed...
2004-02-05 Alon GazitThis attribute is multiuse.Changed the AttributeUsage...
2004-01-27 Lluis SanchezSoapDocumentMethodAttribute.cs: Fixed bug in ResponseNa...
2004-01-24 Lluis Sanchez * HttpWebClientProtocol.cs: Added missing property.
2004-01-21 Lluis Sanchez * HttpSoapWebServiceHandler.cs, SoapHttpClientProtocol...
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...
2004-01-10 Gonzalo Paniagua... 2004-01-10 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-12-23 Lluis SanchezSoapDocumentationHandler.cs: Added support for DISCO...
2003-12-16 Lluis Sanchez * HttpSimpleClientProtocol.cs: Do not encode the reque...
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-11-20 Gonzalo Paniagua... 2003-11-20 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-11-20 Gonzalo Paniagua... 2003-11-20 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-10-27 Miguel de Icaza2003-10-26 Miguel de Icaza <miguel@ximian.com>
2003-10-22 Lluis Sanchez * Methods.cs: Class Fault is now public, so it can...
2003-10-15 Lluis Sanchez * TypeStubManager.cs: Added OperationName property.
2003-10-14 Lluis Sanchez * HttpGetTypeStubInfo.cs, HttpPostTypeStubInfo.cs...
2003-10-12 Lluis Sanchez * SoapHttpClientProtocol.cs: Replaced AsyncInfo by...
2003-10-10 Gonzalo Paniagua... 2003-10-10 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-10-06 Lluis Sanchez * HtmlFormParameterWriter.cs: Fixed WriteRequest().
2003-10-04 Lluis Sanchez * SoapDocumentationHandler.cs: Moved here the code...
2003-10-03 Gonzalo Paniagua... 2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian...
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-14 Lluis Sanchez * SoapDocumentationHandler.cs: Added support for on...
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-22 Lluis Sanchez * WebServiceHandler.cs: Fixed Invoke(). ParameterInfo...
2003-07-16 Lluis Sanchez* SoapHttpClientProtocol.cs: Removed debug WriteLine.
2003-07-10 Lluis Sanchez * HttpSoapWebServiceHandler.cs: MS puts the soap actio...
2003-07-09 Lluis Sanchez * SoapHttpClientProtocol.cs, HttpSoapWebServiceHandler...
2003-07-04 Lluis Sanchez * LogicalMethodInfo.cs: Fixed Invoke method. If return...
2003-06-21 Gonzalo Paniagua... 2003-06-21 Gonzalo Paniagua Javier <gonzalo@ximian...
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 Icaza2003-05-30 Miguel de Icaza <miguel@ximian.com>
2003-05-30 Miguel de IcazaThanks to Lluis' work on the XmlSerializer it is now...
2003-05-29 Miguel de Icaza2003-05-28 Miguel de Icaza <miguel@ximian.com>
2003-05-11 Miguel de IcazaVarious changes, they send the the SOAP request, now...
2003-04-30 Miguel de IcazaSmall workaround for the stack thing.
2003-04-30 Miguel de Icaza2003-04-29 Miguel de Icaza <miguel@ximian.com>
2003-04-30 Miguel de Icaza2003-04-29 Miguel de Icaza <miguel@ximian.com>
2002-08-25 Tim Coleman2002-08-24 Tim Coleman <tim@timcoleman.com>
2002-08-24 Tim Coleman002-08-23 Tim Coleman <tim@timcoleman.com>
2002-08-17 Tim Coleman2002-08-15 Tim Coleman <tim@timcoleman.com>
2002-08-06 Tim Coleman2002-08-06 Tim Coleman <tim@timcoleman.com>
2002-07-26 Tim Coleman2002-07-25 Tim Coleman <tim@timcoleman.com>
2002-07-24 Tim Coleman2002-07-23 Tim Coleman <tim@timcoleman.com>
2002-07-23 Tim Coleman2002-07-23 Tim Coleman <tim@timcoleman.com>
2002-07-23 Tim Coleman2002-07-23 Tim Coleman <tim@timcoleman.com>
2002-07-22 Tim Coleman2002-07-22 Tim Coleman <tim@timcoleman.com>
2002-07-22 Tim Coleman2002-07-22 Tim Coleman <tim@timcoleman.com>
2002-07-21 Tim Coleman2002-07-20 Tim Coleman <tim@timcoleman.com>
2002-07-19 Tim Coleman2002-07-19 Tim Coleman <tim@timcoleman.com>