ChangeLog 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. 2002-07-25 Tim Coleman <[email protected]>
  2. * OperationMessageCollection.cs:
  3. Some implementation of this class after consulting a
  4. WSDL reference. Now validates the inputs.
  5. 2002-07-24 Tim Coleman <[email protected]>
  6. * ProtocolImporter.cs:
  7. * ProtocolReflector.cs:
  8. Some implementation of these classes. MonoTODO's begone!
  9. * SoapProtocolImporter.cs:
  10. Changed description to literal string "Soap"
  11. * SoapProtocolReflector.cs:
  12. Added a new class based on guesswork and conjecture.
  13. 2002-07-24 Tim Coleman <[email protected]>
  14. * ServiceDescription.cs:
  15. Implement Read/Write methods for serialization/
  16. deserialization.
  17. 2002-07-23 Tim Coleman <[email protected]>
  18. * ServiceDescription.cs:
  19. Add XmlIgnore attribute to ServiceDescriptions property
  20. * OperationFlow.cs:
  21. * ServiceDescriptionImportWarnings.cs:
  22. Explicitly set values in enumeration to match
  23. .NET.
  24. 2002-07-22 Tim Coleman <[email protected]>
  25. * Binding.cs:
  26. * BindingCollection.cs:
  27. * DocumentableItem.cs:
  28. * FaultBinding.cs:
  29. * FaultBindingCollection.cs:
  30. * HttpAddressBinding.cs:
  31. * HttpBinding.cs:
  32. * HttpOperationBinding.cs:
  33. * HttpUrlEncodedBinding.cs:
  34. * HttpUrlReplacementBinding.cs:
  35. * Import.cs:
  36. * ImportCollection.cs:
  37. * InputBinding.cs:
  38. * Message.cs:
  39. * MessageBinding.cs:
  40. * MessageCollection.cs:
  41. * MessagePart.cs:
  42. * MessagePartCollection.cs:
  43. * MimeContentBinding.cs:
  44. * MimeMultipartRelatedBinding.cs:
  45. * MimePart.cs:
  46. * MimePartCollection.cs:
  47. * MimeTextBinding.cs:
  48. * MimeTextMatch.cs:
  49. * MimeTextMatchCollection.cs:
  50. * MimeXmlBinding.cs:
  51. * Operation.cs:
  52. * OperationBinding.cs:
  53. * OperationBindingCollection.cs:
  54. * OperationCollection.cs:
  55. * OperationFaultCollection.cs:
  56. * OperationFlow.cs:
  57. * OperationMessage.cs:
  58. * OperationMessageCollection.cs:
  59. * OutputBinding.cs:
  60. * Port.cs:
  61. * PortCollection.cs:
  62. * PortType.cs:
  63. * PortTypeCollection.cs:
  64. * ProtocolImporter.cs:
  65. * Service.cs:
  66. * ServiceCollection.cs:
  67. * ServiceDescription.cs:
  68. * ServiceDescriptionBaseCollection.cs:
  69. * ServiceDescriptionCollection.cs:
  70. * ServiceDescriptionFormatExtension.cs:
  71. * ServiceDescriptionFormatExtensionCollection.cs:
  72. * ServiceDescriptionImportWarnings.cs:
  73. * SoapAddressBinding.cs:
  74. * SoapBinding.cs:
  75. * SoapBindingStyle.cs:
  76. * SoapBindingUse.cs:
  77. * SoapBodyBinding.cs:
  78. * SoapExtensionImporter.cs:
  79. * SoapExtensionReflector.cs:
  80. * SoapFaultBinding.cs:
  81. * SoapHeaderBinding.cs:
  82. * SoapHeaderFaultBinding.cs:
  83. * SoapOperationBinding.cs:
  84. * SoapTransportImporter.cs:
  85. * Types.cs:
  86. 1. Add missing attributes as determined by reflection
  87. 2. Fix protection levels where appropriate
  88. 3. Add missing items where appropriate
  89. Basically, this was a change to remove all the X's from
  90. the project status page for this namespace :)
  91. 2002-07-19 Tim Coleman <[email protected]>
  92. * Binding.cs:
  93. * BindingCollection.cs:
  94. * ChangeLog:
  95. * DocumentableItem.cs:
  96. * FaultBinding.cs:
  97. * FaultBindingCollection.cs:
  98. * HttpAddressBinding.cs:
  99. * HttpBinding.cs:
  100. * HttpOperationBinding.cs:
  101. * HttpUrlEncodedBinding.cs:
  102. * HttpUrlReplacementBinding.cs:
  103. * Import.cs:
  104. * ImportCollection.cs:
  105. * InputBinding.cs:
  106. * Message.cs:
  107. * MessageBinding.cs:
  108. * MessageCollection.cs:
  109. * MessagePart.cs:
  110. * MessagePartCollection.cs:
  111. * MimeContentBinding.cs:
  112. * MimeMultipartRelatedBinding.cs:
  113. * MimePart.cs:
  114. * MimePartCollection.cs:
  115. * MimeTextBinding.cs:
  116. * MimeTextMatch.cs:
  117. * MimeTextMatchCollection.cs:
  118. * MimeXmlBinding.cs:
  119. * Operation.cs:
  120. * OperationBinding.cs:
  121. * OperationBindingCollection.cs:
  122. * OperationCollection.cs:
  123. * OperationFault.cs:
  124. * OperationFaultCollection.cs:
  125. * OperationFlow.cs:
  126. * OperationInput.cs:
  127. * OperationMessage.cs:
  128. * OperationMessageCollection.cs:
  129. * OperationOutput.cs:
  130. * OutputBinding.cs:
  131. * Port.cs:
  132. * PortCollection.cs:
  133. * PortType.cs:
  134. * PortTypeCollection.cs:
  135. * ProtocolImporter.cs:
  136. * ProtocolReflector.cs:
  137. * Service.cs:
  138. * ServiceCollection.cs:
  139. * ServiceDescription.cs:
  140. * ServiceDescriptionBaseCollection.cs:
  141. * ServiceDescriptionCollection.cs:
  142. * ServiceDescriptionFormatExtension.cs:
  143. * ServiceDescriptionFormatExtensionCollection.cs:
  144. * ServiceDescriptionImportStyle.cs:
  145. * ServiceDescriptionImportWarnings.cs:
  146. * ServiceDescriptionImporter.cs:
  147. * ServiceDescriptionReflector.cs:
  148. * SoapAddressBinding.cs:
  149. * SoapBinding.cs:
  150. * SoapBindingStyle.cs:
  151. * SoapBindingUse.cs:
  152. * SoapBodyBinding.cs:
  153. * SoapExtensionImporter.cs:
  154. * SoapExtensionReflector.cs:
  155. * SoapFaultBinding.cs:
  156. * SoapHeaderBinding.cs:
  157. * SoapHeaderFaultBinding.cs:
  158. * SoapOperationBinding.cs:
  159. * SoapProtocolImporter.cs:
  160. * SoapTransportImporter.cs:
  161. * Types.cs:
  162. Initial implementation