| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- 2003-09-14 Lluis Sanchez Gual <[email protected]>
- * DocumentableItem.cs MimeContentBinding.cs OperationMessage.cs
- OperationMessageCollection.cs PortCollection.cs PortType.cs
- PortTypeCollection.cs ServiceCollection.cs ServiceDescriptionCollection.cs
- SoapBodyBinding.cs SoapOperationBinding.cs: Several fixes by Erik LeBel
- * ServiceDescriptionImporter.cs:
- * ServiceDescriptionSerializerBase.cs: regenerated after the changes in
- the service description changes.
- * ServiceDescriptionReflector.cs: Fixed generation of message parts in
- bare format.
- 2003-09-11 Lluis Sanchez Gual <[email protected]>
- * ServiceDescriptionImporter.cs, ServiceDescriptionReflector.cs: Added
- first bits of encoded format support.
- 2003-09-04 Lluis Sanchez Gual <[email protected]>
- * ServiceDescription.cs: minor fixes.
- * ServiceDescriptionImporter.cs: initial implementation.
- * ServiceDescriptionReflector.cs: Added support for bare parameter style.
- Added support for encoded format.
- 2003-09-01 Lluis Sanchez Gual <[email protected]>
- * ExtensionManager.cs: Added
- * ServiceDescriptionSerializerBase.cs. Added
- * ServiceDescription.cs: Reenabled suspport for serialization.
- * ServiceDescriptionReflector.cs: Import type and method documentation.
- 2003-08-29 Lluis Sanchez Gual <[email protected]>
- * ServiceDescription.cs: Disabled suspport for serialization, until I found
- an easy way of generate serialization readers and writers.
- 2003-08-28 Lluis Sanchez Gual <[email protected]>
- * MessageBinding.cs: Added default value attribute for Name property.
- * OperationMessage.cs: Added default value attribute for Name property.
- * ServiceDescription.cs: Changed order of some properties, so they are
- serialized in the right order.
- Added GetNamespaceList(), which returns the namespaces to add when serializing
- the document.
- Implemented classes ServiceDescriptionSerializer and ServiceDescriptionWriter,
- that extends the XmlSerializer by adding suport for XmlFormatExtensions.
- * ServiceDescriptionReflector.cs: Basic implementation (no support for
- extensions yet).
- * SoapBinding.cs: Fixed namespace name.
- * SoapBodyBinding.cs: Added null check in PartsString property.
- * SoapOperationBinding.cs: Fixed namespace name.
-
- 2003-07-22 Lluis Sanchez Gual <[email protected]>
- * Binding.cs, Import.cs, Message.cs, MessageBinding.cs, MessagePart.cs,
- Operation.cs, OperationBinding.cs, OperationMessage.cs, Port.cs,
- PortType.cs, Service.cs: Added XmlIgnore attributes to properties
- referencing parent objects.
- * OperationMessageCollection.cs: Fixed wrong OnInsert method
- * ServiceDescription.cs: Removed unneeded methods in
- ServiceDescriptionSerializer.
- 2002-08-20 Tim Coleman <[email protected]>
- * ServiceDescription.cs:
- Add ServiceDescription.ServiceDescriptionSerializer
- class.
- * ServiceDescriptionFormatExtensionCollection.cs:
- Remove reference to "parent".
- 2002-08-19 Tim Coleman <[email protected]>
- * BindingCollection.cs:
- Use base constructor, remove SetParent call
- * FaultBindingCollection.cs:
- * ImportCollection.cs:
- * MessageCollection.cs:
- * MessagePartCollection.cs:
- * OperationBindingCollection.cs:
- * OperationCollection.cs:
- * OperationFaultCollection.cs:
- * PortCollection.cs:
- * PortTypeCollection.cs:
- * ServiceCollection.cs:
- * ServiceDescriptionFormatExtensionCollection.cs:
- Use base constructor
- * ServiceDescriptionCollection.cs:
- Use base constructor, Remove SetParent method
- * ServiceDescriptionBaseCollection.cs:
- Make parent object private as according to
- class status page.
- * OperationMessageCollection.cs:
- Use base constructor
- Remove excess break's to avoid compiler warning
- Remove TODO attribute (confirmed default retval)
- 2002-08-15 Tim Coleman <[email protected]>
- * FaultBindingCollection.cs:
- * ImportCollection.cs:
- * MessageCollection.cs:
- * MessagePartCollection.cs:
- * OperationBindingCollection.cs:
- * OperationCollection.cs:
- * OperationFaultCollection.cs:
- * OperationMessageCollection.cs:
- * PortCollection.cs:
- * PortTypeCollection.cs:
- * ServiceCollection.cs:
- * ServiceDescriptionFormatExtensionCollection.cs:
- Use parent from ServiceDescriptionBaseCollection
- * ServiceDescriptionCollection.cs:
- Use parent from ServiceDescriptionBaseCollection
- Implement SetParent () method
- * ServiceDescriptionBaseCollection.cs:
- Add "parent" object.
- Add SetParent call to OnSet() and OnInsert ()
- 2002-08-12 Tim Coleman <[email protected]>
- * Operation.cs:
- Fix ParameterOrderString in case ParameterOrder is
- null.
- * BindingCollection.cs:
- Remove Table handling on insert/delete/indexer
- because it is handled in base class.
- * ServiceDescriptionBaseCollection.cs:
- Only add an element to the hashtable if its GetKey ()
- method does not return null.
- 2002-08-09 Tim Coleman <[email protected]>
- * BindingCollection.cs:
- * ServiceDescriptionCollection.cs:
- Implement Set indexer
- * FaultBindingCollection.cs:
- * MessageCollection.cs:
- * MessagePartCollection.cs:
- * OperationFaultCollection.cs:
- * PortCollection.cs:
- * PortTypeCollection.cs:
- * ServiceCollection.cs:
- Implement Set indexer, code cleanup
- * Message.cs:
- Implement FindPartByName ()
- * OperationMessageCollection.cs:
- Alter OnSet () method
- * ServiceDescriptionBaseCollection.cs:
- Implement some methods.
- * ServiceDescriptionFormatExtensionCollection.cs:
- Implement Find (), FindAll (), OnValidate () methods
-
- 2002-08-06 Tim Coleman <[email protected]>
- * ServiceDescription.cs:
- Add namespace definitions when serializing.
- * HttpBinding.cs:
- Change namespace definition (wsdl was spelt wsld)
- 2002-08-06 Tim Coleman <[email protected]>
- * ServiceDescription.cs:
- Change the XmlElement name from "type" to "types" for
- the Types object
- 2002-08-06 Tim Coleman <[email protected]>
- * ServerProtocol.cs:
- Add new class as implied by class statuc page.
- SoapServerProtocol is derived from this.
- * SoapServerProtocol.cs:
- Change base class to ServerProtocol.
- * SoapClientMethod.cs:
- This class should not be sealed.
- 2002-08-03 Tim Coleman <[email protected]>
- * SoapProtocolReflector.cs:
- Removed SoapBinding property and made the class
- not sealed to agree with class reference page.
- 2002-08-03 Tim Coleman <[email protected]>
- * ServiceDescriptionBaseCollection.cs:
- Removed some NotImplementedException()'s so that
- it runs.
- 2002-07-26 Tim Coleman <[email protected]>
- * ServiceDescription.cs:
- Changed the creation of the XmlSerializer after
- consulting the System.Xml.Serialization namespace
- and trying to serialize a document. Now works somewhat!
- 2002-07-25 Tim Coleman <[email protected]>
- * OperationMessageCollection.cs:
- Some implementation of this class after consulting a
- WSDL reference. Now validates the inputs.
- 2002-07-24 Tim Coleman <[email protected]>
- * ProtocolImporter.cs:
- * ProtocolReflector.cs:
- Some implementation of these classes. MonoTODO's begone!
- * SoapProtocolImporter.cs:
- Changed description to literal string "Soap"
- * SoapProtocolReflector.cs:
- Added a new class based on guesswork and conjecture.
- 2002-07-24 Tim Coleman <[email protected]>
- * ServiceDescription.cs:
- Implement Read/Write methods for serialization/
- deserialization.
- 2002-07-23 Tim Coleman <[email protected]>
- * ServiceDescription.cs:
- Add XmlIgnore attribute to ServiceDescriptions property
- * OperationFlow.cs:
- * ServiceDescriptionImportWarnings.cs:
- Explicitly set values in enumeration to match
- .NET.
- 2002-07-22 Tim Coleman <[email protected]>
- * Binding.cs:
- * BindingCollection.cs:
- * DocumentableItem.cs:
- * FaultBinding.cs:
- * FaultBindingCollection.cs:
- * HttpAddressBinding.cs:
- * HttpBinding.cs:
- * HttpOperationBinding.cs:
- * HttpUrlEncodedBinding.cs:
- * HttpUrlReplacementBinding.cs:
- * Import.cs:
- * ImportCollection.cs:
- * InputBinding.cs:
- * Message.cs:
- * MessageBinding.cs:
- * MessageCollection.cs:
- * MessagePart.cs:
- * MessagePartCollection.cs:
- * MimeContentBinding.cs:
- * MimeMultipartRelatedBinding.cs:
- * MimePart.cs:
- * MimePartCollection.cs:
- * MimeTextBinding.cs:
- * MimeTextMatch.cs:
- * MimeTextMatchCollection.cs:
- * MimeXmlBinding.cs:
- * Operation.cs:
- * OperationBinding.cs:
- * OperationBindingCollection.cs:
- * OperationCollection.cs:
- * OperationFaultCollection.cs:
- * OperationFlow.cs:
- * OperationMessage.cs:
- * OperationMessageCollection.cs:
- * OutputBinding.cs:
- * Port.cs:
- * PortCollection.cs:
- * PortType.cs:
- * PortTypeCollection.cs:
- * ProtocolImporter.cs:
- * Service.cs:
- * ServiceCollection.cs:
- * ServiceDescription.cs:
- * ServiceDescriptionBaseCollection.cs:
- * ServiceDescriptionCollection.cs:
- * ServiceDescriptionFormatExtension.cs:
- * ServiceDescriptionFormatExtensionCollection.cs:
- * ServiceDescriptionImportWarnings.cs:
- * SoapAddressBinding.cs:
- * SoapBinding.cs:
- * SoapBindingStyle.cs:
- * SoapBindingUse.cs:
- * SoapBodyBinding.cs:
- * SoapExtensionImporter.cs:
- * SoapExtensionReflector.cs:
- * SoapFaultBinding.cs:
- * SoapHeaderBinding.cs:
- * SoapHeaderFaultBinding.cs:
- * SoapOperationBinding.cs:
- * SoapTransportImporter.cs:
- * Types.cs:
- 1. Add missing attributes as determined by reflection
- 2. Fix protection levels where appropriate
- 3. Add missing items where appropriate
- Basically, this was a change to remove all the X's from
- the project status page for this namespace :)
- 2002-07-19 Tim Coleman <[email protected]>
- * Binding.cs:
- * BindingCollection.cs:
- * ChangeLog:
- * DocumentableItem.cs:
- * FaultBinding.cs:
- * FaultBindingCollection.cs:
- * HttpAddressBinding.cs:
- * HttpBinding.cs:
- * HttpOperationBinding.cs:
- * HttpUrlEncodedBinding.cs:
- * HttpUrlReplacementBinding.cs:
- * Import.cs:
- * ImportCollection.cs:
- * InputBinding.cs:
- * Message.cs:
- * MessageBinding.cs:
- * MessageCollection.cs:
- * MessagePart.cs:
- * MessagePartCollection.cs:
- * MimeContentBinding.cs:
- * MimeMultipartRelatedBinding.cs:
- * MimePart.cs:
- * MimePartCollection.cs:
- * MimeTextBinding.cs:
- * MimeTextMatch.cs:
- * MimeTextMatchCollection.cs:
- * MimeXmlBinding.cs:
- * Operation.cs:
- * OperationBinding.cs:
- * OperationBindingCollection.cs:
- * OperationCollection.cs:
- * OperationFault.cs:
- * OperationFaultCollection.cs:
- * OperationFlow.cs:
- * OperationInput.cs:
- * OperationMessage.cs:
- * OperationMessageCollection.cs:
- * OperationOutput.cs:
- * OutputBinding.cs:
- * Port.cs:
- * PortCollection.cs:
- * PortType.cs:
- * PortTypeCollection.cs:
- * ProtocolImporter.cs:
- * ProtocolReflector.cs:
- * Service.cs:
- * ServiceCollection.cs:
- * ServiceDescription.cs:
- * ServiceDescriptionBaseCollection.cs:
- * ServiceDescriptionCollection.cs:
- * ServiceDescriptionFormatExtension.cs:
- * ServiceDescriptionFormatExtensionCollection.cs:
- * ServiceDescriptionImportStyle.cs:
- * ServiceDescriptionImportWarnings.cs:
- * ServiceDescriptionImporter.cs:
- * ServiceDescriptionReflector.cs:
- * SoapAddressBinding.cs:
- * SoapBinding.cs:
- * SoapBindingStyle.cs:
- * SoapBindingUse.cs:
- * SoapBodyBinding.cs:
- * SoapExtensionImporter.cs:
- * SoapExtensionReflector.cs:
- * SoapFaultBinding.cs:
- * SoapHeaderBinding.cs:
- * SoapHeaderFaultBinding.cs:
- * SoapOperationBinding.cs:
- * SoapProtocolImporter.cs:
- * SoapTransportImporter.cs:
- * Types.cs:
- Initial implementation
|