2003-05-29 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / System.Web.Services /
2003-12-23 Lluis Sanchez * wstest.cs: Removed debug WriteLine.
2003-12-23 Lluis SanchezSoapDocumentationHandler.cs: Added support for DISCO...
2003-12-22 Lluis SanchezMakefile: Use xsp.vsdisco instead of xsp.disco.
2003-12-22 Lluis Sanchez wstest.cs: Changed default directory for client tests...
2003-12-22 Lluis SanchezNew tests
2003-12-22 Lluis SanchezTest moved
2003-12-19 Lluis Sanchez * services.xml: Enabled test for a couple of services.
2003-12-19 Lluis Sanchez * DiscoveryDocument.cs: Set namespace for ContractRefe...
2003-12-16 Lluis Sanchez * HttpSimpleClientProtocol.cs: Do not encode the reque...
2003-12-15 Lluis Sanchez * Makefile.cs: Generate list of client test files...
2003-12-15 Lluis Sanchez * HttpSoapWebServiceHandler.cs: Added check for valid...
2003-12-15 Lluis SanchezWebServicesConfigurationSectionHandler.cs: Removed...
2003-12-12 Lluis Sanchez* Methods.cs: Added special handling for RPC format.
2003-12-12 Lluis Sanchez * DiscoveryReference.cs: In FilenameFromUrl(), improve...
2003-12-12 Lluis Sanchez * HttpSimpleProtocolImporter.cs: In ImportOutMembersMa...
2003-12-12 Lluis SanchezAdded web service test suite
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-11-11 Lluis SanchezDiscoveryDocumentSerializer.cs: The class must be internal.
2003-11-11 Lluis Sanchez * ServiceDescription.cs, SoapBinding.cs, SoapHeaderBin...
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-21 Lluis Sanchez * ServiceDescription.cs: Fixed implementation of CanRead.
2003-10-21 Lluis Sanchez * DiscoveryClientProtocol.cs: Fixed little bug in...
2003-10-15 Lluis Sanchez * MessageBinding.cs: Name property should be null...
2003-10-15 Lluis Sanchez * TypeStubManager.cs: Added OperationName property.
2003-10-15 Lluis Sanchez * HttpSimpleProtocolReflector.cs, ProtocolReflector.cs:
2003-10-14 Lluis Sanchez * HttpGetTypeStubInfo.cs, HttpPostTypeStubInfo.cs...
2003-10-14 Lluis Sanchez * ContractReference.cs, DiscoveryDocumentReference...
2003-10-14 Lluis Sanchez * HttpSimpleProtocolReflector.cs, SoapProtocolReflecto...
2003-10-12 Lluis Sanchez * SoapHttpClientProtocol.cs: Replaced AsyncInfo by...
2003-10-10 Lluis Sanchez * ContractReference.cs, DiscoveryClientProtocol.cs,
2003-10-10 Lluis Sanchez* DiscoveryDocumentSerializer.cs: New file.
2003-10-10 Gonzalo Paniagua... 2003-10-10 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-10-06 Lluis Sanchez * System.Web.Services.dll.sources: Added
2003-10-06 Lluis Sanchez * ProtocolImporter.cs: Moved some code to ServiceDescr...
2003-10-06 Lluis Sanchez * HtmlFormParameterWriter.cs: Fixed WriteRequest().
2003-10-04 Lluis Sanchez * System.Web.Services.dll.sources: Added
2003-10-04 Lluis Sanchez * ProtocolReflector.cs: The ReflectionImporter propert...
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 * System.Web.Services.dll.sources: Added
2003-10-01 Lluis Sanchez * ProtocolReflector.cs: Adapted to the changes in...
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 SanchezSystem.Web.Services.dll.sources: Added SoapHttpTranspor...
2003-09-28 Lluis Sanchez * HttpSoapWebServiceHandler.cs: In SerializeResponse...
2003-09-28 Lluis Sanchez * ExtensionManager.cs: Read extension types from the...
2003-09-25 Lluis Sanchez * WebServicesConfigurationSectionHandler.cs: added...
2003-09-14 Lluis Sanchez * SoapDocumentationHandler.cs: Added support for on...
2003-09-14 Lluis Sanchez * System.Web.Services_test.dll.sources: Added BindingC...
2003-09-14 Lluis SanchezBindingCollectionTest.cs ChangeLog DocumentableItemTest.cs
2003-09-14 Lluis Sanchez * DocumentableItem.cs MimeContentBinding.cs OperationM...
2003-09-11 Lluis Sanchez * ServiceDescriptionImporter.cs, ServiceDescriptionRef...
2003-09-04 Lluis Sanchez * ServiceDescription.cs: minor fixes.
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-09-01 Lluis Sanchez * System.Web.Services.dll.sources: Added ExtensionMana...
2003-09-01 Lluis Sanchez * ExtensionManager.cs: Added
2003-08-29 Lluis Sanchez * ServiceDescription.cs: Disabled suspport for seriali...
2003-08-28 Lluis Sanchez * System.Web.Services.dll.sources: Added System.Web...
2003-08-28 Lluis Sanchez * MessageBinding.cs: Added default value attribute...
2003-08-28 Lluis Sanchez * HttpSoapWebServiceHandler.cs:
2003-08-28 Lluis Sanchez * XmlFormatExtensionPointAttribute.cs: Fixed construct...
2003-08-03 Gonzalo Paniagua... The set of /nowarn arguments is now set on a per librar...
2003-07-22 Lluis Sanchez * WebServiceHandler.cs: Fixed Invoke(). ParameterInfo...
2003-07-22 Lluis Sanchez * Binding.cs, Import.cs, Message.cs, MessageBinding...
2003-07-21 Andreas N2003-07-21 Andreas Nahr <ClassDevelopment@A-SoftTech...
2003-07-21 Andreas N2003-07-21 Andreas Nahr <ClassDevelopment@A-SoftTech...
2003-07-18 Peter WilliamsSo long; it's been fun, list files.
2003-07-16 Lluis Sanchez* SoapHttpClientProtocol.cs: Removed debug WriteLine.
2003-07-14 Gonzalo Paniagua... New build system
2003-07-14 Gonzalo Paniagua... New build system from Peter Williams (peter@newton.cx)
2003-07-10 Lluis Sanchez * HttpSoapWebServiceHandler.cs: MS puts the soap actio...
2003-07-09 Lluis Sanchez * SoapHttpClientProtocol.cs, HttpSoapWebServiceHandler...
2003-07-08 Gonzalo Paniagua... sigh, i need more sleep :)
2003-07-08 Gonzalo Paniagua... Nothing escapes from Lluis' sight
2003-07-08 Gonzalo Paniagua... 2003-07-08 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-07-04 Lluis Sanchez * list: added System.Web.Services.Protocols.HttpSoapWe...
2003-07-04 Lluis Sanchez * LogicalMethodInfo.cs: Fixed Invoke method. If return...
2003-07-03 Gonzalo Paniagua... 2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-07-03 Gonzalo Paniagua... aaaaargh
2003-07-03 Gonzalo Paniagua... 2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-07-02 Gonzalo Paniagua... added WebServicesConfigurationSectionHandler.cs
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 Icazamaybe this is part of the problem
2003-05-30 Miguel de IcazaThanks to Lluis' work on the XmlSerializer it is now...
2003-05-29 Miguel de IcazaAdd my scratch pad for web services notes
2003-05-29 Miguel de Icaza2003-05-28 Miguel de Icaza <miguel@ximian.com>
2003-05-13 Martin Willemoes... * Tests inherits from Assertion and Assertion...
next