| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- 2007-10-05 Atsushi Enomoto <[email protected]>
- * System.Web.Services_test.dll.sources : added WebServiceTest.cs.
- 2007-05-08 Atsushi Enomoto <[email protected]>
- * System.Web.Services.dll.sources :
- removed SoapClientMethod.cs (not in use).
- * System.Web.Services_test.dll.sources :
- added LogicalMethodInfoTest.cs.
- 2007-04-23 Atsushi Enomoto <[email protected]>
- * System.Web.Services_test.dll.sources: added SoapServerType.cs.
- 2007-01-25 Atsushi Enomoto <[email protected]>
- * System.Web.Services_test.dll.sources: added TypeTypeConverter.cs.
- 2007-01-19 Atsushi Enomoto <[email protected]>
- * System.Web.Services_test.dll.sources:
- Added ServiceDescriptionImporterTest.cs.
- * Makefile : added test2.wsdl to EXTRA_DISTFILES.
- 2007-01-15 Gert Driesen <[email protected]>
- * System.Web.Services_test.dll.sources: added SocketResponder.cs and
- SoapHttpClientProtocolTest.cs.
- 2006-12-15 Atsushi Enomoto <[email protected]>
- * System.Web.Services_test.dll.sources :
- added ServiceDescriptionFormatExtensionCollectionTest.cs.
- 2006-12-01 Atsushi Enomoto <[email protected]>
- * Makefile : added wsdl-1.1-soap.xsd to the build and distfiles.
- 2006-11-30 Atsushi Enomoto <[email protected]>
- * System.Web.Services.dll.sources :
- added BasicProfileViolationEnumerator.cs.
- 2006-11-28 Atsushi Enomoto <[email protected]>
- * System.Web.Services.dll.sources : added SOAP 1.2 Fault serializer
- files (fault-12.genxs, Fault12.cs and Fault12Serializer.cs).
- 2006-11-16 Atsushi Enomoto <[email protected]>
- * System.Web.Services.dll.sources : added/removed/replaced 2.0 server
- protocol classes in S.W.S.Protocols.
- 2006-11-15 Atsushi Enomoto <[email protected]>
- * System.Web.Services_test.dll.sources : added WebReferenceTest.cs.
- 2006-11-14 Atsushi Enomoto <[email protected]>
- * System.Web.Services.dll.sources :
- added WebReferenceOptionsSerializer.cs.
- 2006-11-14 Atsushi Enomoto <[email protected]>
- * System.Web.Services.dll.sources : added WebReferenceOptions.cs.
- * System.Web.Services_test.dll.sources :
- added WebReferenceOptionsTest.cs.
- * Makefile: added web-reference.xsd to resources and dist files.
- 2006-11-14 Atsushi Enomoto <[email protected]>
- * System.Web.Services.dll.sources : removed obsolete WsiClaims.cs.
- 2006-11-14 Atsushi Enomoto <[email protected]>
- * Makefile : added *.wsdl to the build.
- Added wsdl and genxs to EXTRA_DISTFILES.
- 2006-09-06 Vladimir Krasnov <[email protected]>
- * System.Web.Services20.vmwcsproj: added
- ServiceDescriptionSerializerBase2.cs for 2.0
- 2006-09-05 Ankit Jain <[email protected]>
- * System.Web.Services.dll.sources: Add
- ServiceDescriptionSerializerBase2.cs
- 2006-06-16 Raja R Harinath <[email protected]>
- * Makefile (EXTRA_DISTFILES): New.
- Add Test/System.Web.Services.Description/test.wsdl.
- 2006-06-08 Chris Toshok <[email protected]>
- * Makefile (LIB_MCS_FLAGS): remove the CONFIGURATION_2_0 define.
- NET_2_0 implies this now.
- 2006-03-15 Vladimir Krasnov <[email protected]>
- * System.Web.Services.vmwcsproj: fixed links to Consts.cs, Locale.cs
- and MonoTODOAttribute.cs
- 2006-03-12 Vladimir Krasnov <[email protected]>
- * Added System.Web.Services.vmwcsproj, Grasshopper project file
- 2006-02-04 Gert Driesen <[email protected]>
- * System.Web.Services_test.dll.sources: Added
- ServiceDescriptorReflectorTest.cs.
- 2006-01-09 Chris Toshok <[email protected]>
- * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
- CONFIGURATION_2_0 to use the new System.Configuration api.
- 2006-01-05 Chris Toshok <[email protected]>
- * System.Web.Services_test.dll.sources: enable a bunch of the 2.0
- configuration tests. Just Element types for now. Collections
- coming soon.
- 2006-01-03 Chris Toshok <[email protected]>
- * System.Web.Services.dll.sources: add the 2.0 config classes.
- * Makefile (LIB_MCS_FLAGS): if PROFILE == net_2_0, include
- -r:System.Configuration.dll
- 2005-10-05 Atsushi Enomoto <[email protected]>
- * System.Web.Services_test.dll.sources : added ServiceDescriptionTest.cs
- 2004-07-14 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added new files:
- System.Web.Services.Description/BasicProfileChecker.cs
- System.Web.Services.Description/ConformanceChecker.cs
- 2004-07-13 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added new files:
- System.Web.Services.Description/BasicProfileViolation.cs
- System.Web.Services.Description/BasicProfileViolationCollection.cs
- System.Web.Services.Description/NamedItem.cs
- System.Web.Services.Description/Soap12AddressBinding.cs
- System.Web.Services.Description/Soap12Binding.cs
- System.Web.Services.Description/Soap12BodyBinding.cs
- System.Web.Services.Description/Soap12FaultBinding.cs
- System.Web.Services.Description/Soap12HeaderBinding.cs
- System.Web.Services.Description/Soap12OperationBinding.cs
- System.Web.Services.Description/WebReference.cs
- System.Web.Services.Description/WebReferenceCollection.cs
- System.Web.Services.Description/WebServicesInteroperability.cs
- 2004-07-10 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added 2.0 files:
- System.Web.Services/WsiClaims.cs
- System.Web.Services.Protocols/InvokeCompletedEventArgs.cs
- System.Web.Services.Protocols/InvokeCompletedEventHandler.cs
- System.Web.Services.Protocols/Soap12FaultCodes.cs
- System.Web.Services.Protocols/SoapFaultSubcode.cs
- System.Web.Services.Protocols/SoapProtocolVersion.cs
- 2004-02-27 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added System.Web.Services.Protocols/Fault.cs.
- 2003-10-10 Lluis Sanchez Gual <[email protected]>
- * DiscoveryDocumentSerializer.cs: New file.
- 2003-10-06 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added
- System.Web.Services.Description/HttpGetProtocolImporter.cs
- System.Web.Services.Description/HttpPostProtocolImporter.cs
- System.Web.Services.Description/HttpSimpleProtocolImporter.cs
- 2003-10-04 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added
- System.Web.Services.Description/HttpGetProtocolReflector.cs
- System.Web.Services.Description/HttpPostProtocolReflector.cs
- System.Web.Services.Description/HttpSimpleProtocolReflector.cs
- 2003-09-28 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added
- System.Web.Services.Protocols/HttpGetTypeStubInfo.cs,
- System.Web.Services.Protocols/HttpGetWebServiceHandler.cs,
- System.Web.Services.Protocols/HttpPostTypeStubInfo.cs,
- System.Web.Services.Protocols/HttpPostWebServiceHandler.cs,
- System.Web.Services.Protocols/HttpSimpleTypeStubInfo.cs,
- System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs,
- System.Web.Services.Protocols/TypeStubManager.cs
- 2003-09-28 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added SoapHttpTransportImporter.cs.
- 2003-09-14 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services_test.dll.sources: Added BindingCollectionTest.cs
- ChangeLog DocumentableItemTest.cs OperationCollectionTest.cs
- OperationMessageCollectionTest.cs OperationMessageTest.cs
- PortTypeCollectionTest.cs PortTypeTest.cs ServiceCollectionTest.cs
- ServiceDescriptionCollectionTest.cs
- SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
- New test files by Erik LeBel.
-
- 2003-08-01 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added ExtensionManager.cs,
- ServiceDescriptionSerializerBase.cs
- 2003-08-28 Lluis Sanchez Gual <[email protected]>
- * System.Web.Services.dll.sources: Added System.Web.Services.Protocols.SoapDocumentationHandler
- 2003-07-21 Andreas Nahr <[email protected]>
- * System.Web.Services.dll.sources: Added Assembly/AssemblyInfo.cs, Assembly/Locale.cs
- 2003-07-04 Lluis Sanchez Gual <[email protected]>
- * list: added System.Web.Services.Protocols.HttpSoapWebServiceHandler.cs and
- System.Web.Services.Protocols.WebServiceHelper.cs.
- 2003-02-25 Dave Bettin <[email protected]>
- * Test: Modified test cases to conform to nunit2 guidelines
- 2002-08-24 Tim Coleman <[email protected]>
- * list:
- New files added to build.
- 2002-08-23 Tim Coleman <[email protected]>
- * list:
- New files added to build.
- 2002-08-07 Tim Coleman <[email protected]>
- * System.Web.Services.build:
- Added "test" target to build.
- Added "clean" target to build.
- * Test:
- New test suites added.
- 2002-08-06 Tim Coleman <[email protected]>
- * list: Added System.Web.Services.Protocols/ServerProtocol.cs
- 2002-07-29 Dave Bettin <[email protected]>
- * list: added new Discovery classes
- * System.Web.Services.Discovery: added stubs
- * .cvsignore: added
- * Mono.System.Web.Services: added VS.net project for assembly
- 2002-07-25 Tim Coleman <[email protected]>
- * list: add new classes
- 2002-07-24 Tim Coleman <[email protected]>
- * list:
- Added System.Web.Services.Description/SoapProtocolReflector.cs
- 2002-07-22 Tim Coleman <[email protected]>
- * makefile.gnu:
- * list:
- Modifications to make this library buildable on
- linux.
-
- 2002-07-22 Tim Coleman <[email protected]>
- * list: Added new files from System.Web.Services.Protocols
- and System.Web.Services.Configuration
- 2002-07-19 Tim Coleman <[email protected]>
- * list: Added
- 2002-07-19 Tim Coleman <[email protected]>
- * System.Web.Services.build: added
- * System.Web.Services:
- * System.Web.Services.Configuration:
- * System.Web.Services.Description:
- * System.Web.Services.Discovery:
- * System.Web.Services.Protocols:
- New directories added
|