ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  2. * HttpSimpleProtocolReflector.cs, ProtocolReflector.cs:
  3. Fixed naming of messages.
  4. * ProtocolImporter.cs: It now iterates through all bindings. It creates
  5. a namespace for all bindings.
  6. * ServiceDescriptionImporter.cs: Some code moved to ProtocolImporter.
  7. * SoapProtocolImporter.cs: Improved support for RPC format. It now is working.
  8. 2003-10-13 Lluis Sanchez Gual <[email protected]>
  9. * HttpSimpleProtocolReflector.cs, SoapProtocolReflector.cs:
  10. Get the namespace for literal types from LogicalTypeInfo, since it may not
  11. be the same as the service namespace.
  12. * ProtocolReflector.cs: Access LogicalTypeInfo to get WS info common to
  13. all protocols.
  14. * ServiceDescription.cs: Added soap/encoded namespace.
  15. * SoapProtocolImporter.cs: Added some bits of RPC format support.
  16. 2003-10-06 Lluis Sanchez Gual <[email protected]>
  17. * ProtocolImporter.cs: Moved some code to ServiceDescriptionImporter.
  18. WebServiceBindingAttribute addition moved to SoapProtocolImporter.
  19. Moved GetServiceUrl here (from SoapProtocolImporter).
  20. * ServiceDescriptionImporter.cs: Added support for HttpGet and HttpPost
  21. importers.
  22. * SoapProtocolImporter.cs: Minor fixes.
  23. * HttpSimpleProtocolImporter.cs, HttpGetProtocolImporter.cs,
  24. HttpPostProtocolImporter.cs: new files that implement HttpGet and HttpPost
  25. importers.
  26. 2003-10-04 Lluis Sanchez Gual <[email protected]>
  27. * ProtocolReflector.cs: The ReflectionImporter property now creates a
  28. reflector if the TypeStubInfo does not provide one.
  29. Do not create XmlSchemaExporter. Take it from the service reflector, sine
  30. it must be reused for all protocol reflectors. Moved some code to
  31. SoapProtocolReflector, since it cannot be reused for all reflectors.
  32. * ServiceDescriptionReflector.cs: Reflect the type for all available
  33. protocols.
  34. * SoapProtocolReflector.cs: Moved here some code from ProtoclReflector.
  35. * HttpGetProtocolReflector.cs, HttpPostProtocolReflector.cs,
  36. HttpSimpleProtocolReflector.cs: new files.
  37. 2003-10-01 Lluis Sanchez Gual <[email protected]>
  38. * ProtocolReflector.cs: Adapted to the changes in TypeStubInfo. Moved some
  39. common code to ServiceDescriptionReflector.
  40. * ServiceDescriptionReflector.cs: Moved some code from ProtocolReflector.cs
  41. 2003-09-28 Lluis Sanchez Gual <[email protected]>
  42. * ExtensionManager.cs: Read extension types from the configuration file.
  43. Added methods for getting extension importers and reflectors.
  44. * ProtocolImporter.cs: Implemented.
  45. * ProtocolReflector.cs: Implemented.
  46. * ServiceDescriptionCollection.cs: Fixed some methods for finding wsdl
  47. elements.
  48. * ServiceDescriptionImporter.cs: moved most of the code to ProtocolImporter.
  49. * ServiceDescriptionReflector.cs: moved most of the code to
  50. ProtocolReflector and SoapProtocolReflector.
  51. * SoapProtocolImporter.cs: Implemented.
  52. * SoapProtocolReflector.cs: Implemented.
  53. * SoapTransportImporter.cs: Implemented.
  54. * SoapHttpTransportImporter.cs: Implemented.
  55. * wsdl.genxs: Added.
  56. 2003-09-14 Lluis Sanchez Gual <[email protected]>
  57. * DocumentableItem.cs MimeContentBinding.cs OperationMessage.cs
  58. OperationMessageCollection.cs PortCollection.cs PortType.cs
  59. PortTypeCollection.cs ServiceCollection.cs ServiceDescriptionCollection.cs
  60. SoapBodyBinding.cs SoapOperationBinding.cs: Several fixes by Erik LeBel
  61. * ServiceDescriptionImporter.cs:
  62. * ServiceDescriptionSerializerBase.cs: regenerated after the changes in
  63. the service description changes.
  64. * ServiceDescriptionReflector.cs: Fixed generation of message parts in
  65. bare format.
  66. 2003-09-11 Lluis Sanchez Gual <[email protected]>
  67. * ServiceDescriptionImporter.cs, ServiceDescriptionReflector.cs: Added
  68. first bits of encoded format support.
  69. 2003-09-04 Lluis Sanchez Gual <[email protected]>
  70. * ServiceDescription.cs: minor fixes.
  71. * ServiceDescriptionImporter.cs: initial implementation.
  72. * ServiceDescriptionReflector.cs: Added support for bare parameter style.
  73. Added support for encoded format.
  74. 2003-09-01 Lluis Sanchez Gual <[email protected]>
  75. * ExtensionManager.cs: Added
  76. * ServiceDescriptionSerializerBase.cs. Added
  77. * ServiceDescription.cs: Reenabled suspport for serialization.
  78. * ServiceDescriptionReflector.cs: Import type and method documentation.
  79. 2003-08-29 Lluis Sanchez Gual <[email protected]>
  80. * ServiceDescription.cs: Disabled suspport for serialization, until I found
  81. an easy way of generate serialization readers and writers.
  82. 2003-08-28 Lluis Sanchez Gual <[email protected]>
  83. * MessageBinding.cs: Added default value attribute for Name property.
  84. * OperationMessage.cs: Added default value attribute for Name property.
  85. * ServiceDescription.cs: Changed order of some properties, so they are
  86. serialized in the right order.
  87. Added GetNamespaceList(), which returns the namespaces to add when serializing
  88. the document.
  89. Implemented classes ServiceDescriptionSerializer and ServiceDescriptionWriter,
  90. that extends the XmlSerializer by adding suport for XmlFormatExtensions.
  91. * ServiceDescriptionReflector.cs: Basic implementation (no support for
  92. extensions yet).
  93. * SoapBinding.cs: Fixed namespace name.
  94. * SoapBodyBinding.cs: Added null check in PartsString property.
  95. * SoapOperationBinding.cs: Fixed namespace name.
  96. 2003-07-22 Lluis Sanchez Gual <[email protected]>
  97. * Binding.cs, Import.cs, Message.cs, MessageBinding.cs, MessagePart.cs,
  98. Operation.cs, OperationBinding.cs, OperationMessage.cs, Port.cs,
  99. PortType.cs, Service.cs: Added XmlIgnore attributes to properties
  100. referencing parent objects.
  101. * OperationMessageCollection.cs: Fixed wrong OnInsert method
  102. * ServiceDescription.cs: Removed unneeded methods in
  103. ServiceDescriptionSerializer.
  104. 2002-08-20 Tim Coleman <[email protected]>
  105. * ServiceDescription.cs:
  106. Add ServiceDescription.ServiceDescriptionSerializer
  107. class.
  108. * ServiceDescriptionFormatExtensionCollection.cs:
  109. Remove reference to "parent".
  110. 2002-08-19 Tim Coleman <[email protected]>
  111. * BindingCollection.cs:
  112. Use base constructor, remove SetParent call
  113. * FaultBindingCollection.cs:
  114. * ImportCollection.cs:
  115. * MessageCollection.cs:
  116. * MessagePartCollection.cs:
  117. * OperationBindingCollection.cs:
  118. * OperationCollection.cs:
  119. * OperationFaultCollection.cs:
  120. * PortCollection.cs:
  121. * PortTypeCollection.cs:
  122. * ServiceCollection.cs:
  123. * ServiceDescriptionFormatExtensionCollection.cs:
  124. Use base constructor
  125. * ServiceDescriptionCollection.cs:
  126. Use base constructor, Remove SetParent method
  127. * ServiceDescriptionBaseCollection.cs:
  128. Make parent object private as according to
  129. class status page.
  130. * OperationMessageCollection.cs:
  131. Use base constructor
  132. Remove excess break's to avoid compiler warning
  133. Remove TODO attribute (confirmed default retval)
  134. 2002-08-15 Tim Coleman <[email protected]>
  135. * FaultBindingCollection.cs:
  136. * ImportCollection.cs:
  137. * MessageCollection.cs:
  138. * MessagePartCollection.cs:
  139. * OperationBindingCollection.cs:
  140. * OperationCollection.cs:
  141. * OperationFaultCollection.cs:
  142. * OperationMessageCollection.cs:
  143. * PortCollection.cs:
  144. * PortTypeCollection.cs:
  145. * ServiceCollection.cs:
  146. * ServiceDescriptionFormatExtensionCollection.cs:
  147. Use parent from ServiceDescriptionBaseCollection
  148. * ServiceDescriptionCollection.cs:
  149. Use parent from ServiceDescriptionBaseCollection
  150. Implement SetParent () method
  151. * ServiceDescriptionBaseCollection.cs:
  152. Add "parent" object.
  153. Add SetParent call to OnSet() and OnInsert ()
  154. 2002-08-12 Tim Coleman <[email protected]>
  155. * Operation.cs:
  156. Fix ParameterOrderString in case ParameterOrder is
  157. null.
  158. * BindingCollection.cs:
  159. Remove Table handling on insert/delete/indexer
  160. because it is handled in base class.
  161. * ServiceDescriptionBaseCollection.cs:
  162. Only add an element to the hashtable if its GetKey ()
  163. method does not return null.
  164. 2002-08-09 Tim Coleman <[email protected]>
  165. * BindingCollection.cs:
  166. * ServiceDescriptionCollection.cs:
  167. Implement Set indexer
  168. * FaultBindingCollection.cs:
  169. * MessageCollection.cs:
  170. * MessagePartCollection.cs:
  171. * OperationFaultCollection.cs:
  172. * PortCollection.cs:
  173. * PortTypeCollection.cs:
  174. * ServiceCollection.cs:
  175. Implement Set indexer, code cleanup
  176. * Message.cs:
  177. Implement FindPartByName ()
  178. * OperationMessageCollection.cs:
  179. Alter OnSet () method
  180. * ServiceDescriptionBaseCollection.cs:
  181. Implement some methods.
  182. * ServiceDescriptionFormatExtensionCollection.cs:
  183. Implement Find (), FindAll (), OnValidate () methods
  184. 2002-08-06 Tim Coleman <[email protected]>
  185. * ServiceDescription.cs:
  186. Add namespace definitions when serializing.
  187. * HttpBinding.cs:
  188. Change namespace definition (wsdl was spelt wsld)
  189. 2002-08-06 Tim Coleman <[email protected]>
  190. * ServiceDescription.cs:
  191. Change the XmlElement name from "type" to "types" for
  192. the Types object
  193. 2002-08-06 Tim Coleman <[email protected]>
  194. * ServerProtocol.cs:
  195. Add new class as implied by class statuc page.
  196. SoapServerProtocol is derived from this.
  197. * SoapServerProtocol.cs:
  198. Change base class to ServerProtocol.
  199. * SoapClientMethod.cs:
  200. This class should not be sealed.
  201. 2002-08-03 Tim Coleman <[email protected]>
  202. * SoapProtocolReflector.cs:
  203. Removed SoapBinding property and made the class
  204. not sealed to agree with class reference page.
  205. 2002-08-03 Tim Coleman <[email protected]>
  206. * ServiceDescriptionBaseCollection.cs:
  207. Removed some NotImplementedException()'s so that
  208. it runs.
  209. 2002-07-26 Tim Coleman <[email protected]>
  210. * ServiceDescription.cs:
  211. Changed the creation of the XmlSerializer after
  212. consulting the System.Xml.Serialization namespace
  213. and trying to serialize a document. Now works somewhat!
  214. 2002-07-25 Tim Coleman <[email protected]>
  215. * OperationMessageCollection.cs:
  216. Some implementation of this class after consulting a
  217. WSDL reference. Now validates the inputs.
  218. 2002-07-24 Tim Coleman <[email protected]>
  219. * ProtocolImporter.cs:
  220. * ProtocolReflector.cs:
  221. Some implementation of these classes. MonoTODO's begone!
  222. * SoapProtocolImporter.cs:
  223. Changed description to literal string "Soap"
  224. * SoapProtocolReflector.cs:
  225. Added a new class based on guesswork and conjecture.
  226. 2002-07-24 Tim Coleman <[email protected]>
  227. * ServiceDescription.cs:
  228. Implement Read/Write methods for serialization/
  229. deserialization.
  230. 2002-07-23 Tim Coleman <[email protected]>
  231. * ServiceDescription.cs:
  232. Add XmlIgnore attribute to ServiceDescriptions property
  233. * OperationFlow.cs:
  234. * ServiceDescriptionImportWarnings.cs:
  235. Explicitly set values in enumeration to match
  236. .NET.
  237. 2002-07-22 Tim Coleman <[email protected]>
  238. * Binding.cs:
  239. * BindingCollection.cs:
  240. * DocumentableItem.cs:
  241. * FaultBinding.cs:
  242. * FaultBindingCollection.cs:
  243. * HttpAddressBinding.cs:
  244. * HttpBinding.cs:
  245. * HttpOperationBinding.cs:
  246. * HttpUrlEncodedBinding.cs:
  247. * HttpUrlReplacementBinding.cs:
  248. * Import.cs:
  249. * ImportCollection.cs:
  250. * InputBinding.cs:
  251. * Message.cs:
  252. * MessageBinding.cs:
  253. * MessageCollection.cs:
  254. * MessagePart.cs:
  255. * MessagePartCollection.cs:
  256. * MimeContentBinding.cs:
  257. * MimeMultipartRelatedBinding.cs:
  258. * MimePart.cs:
  259. * MimePartCollection.cs:
  260. * MimeTextBinding.cs:
  261. * MimeTextMatch.cs:
  262. * MimeTextMatchCollection.cs:
  263. * MimeXmlBinding.cs:
  264. * Operation.cs:
  265. * OperationBinding.cs:
  266. * OperationBindingCollection.cs:
  267. * OperationCollection.cs:
  268. * OperationFaultCollection.cs:
  269. * OperationFlow.cs:
  270. * OperationMessage.cs:
  271. * OperationMessageCollection.cs:
  272. * OutputBinding.cs:
  273. * Port.cs:
  274. * PortCollection.cs:
  275. * PortType.cs:
  276. * PortTypeCollection.cs:
  277. * ProtocolImporter.cs:
  278. * Service.cs:
  279. * ServiceCollection.cs:
  280. * ServiceDescription.cs:
  281. * ServiceDescriptionBaseCollection.cs:
  282. * ServiceDescriptionCollection.cs:
  283. * ServiceDescriptionFormatExtension.cs:
  284. * ServiceDescriptionFormatExtensionCollection.cs:
  285. * ServiceDescriptionImportWarnings.cs:
  286. * SoapAddressBinding.cs:
  287. * SoapBinding.cs:
  288. * SoapBindingStyle.cs:
  289. * SoapBindingUse.cs:
  290. * SoapBodyBinding.cs:
  291. * SoapExtensionImporter.cs:
  292. * SoapExtensionReflector.cs:
  293. * SoapFaultBinding.cs:
  294. * SoapHeaderBinding.cs:
  295. * SoapHeaderFaultBinding.cs:
  296. * SoapOperationBinding.cs:
  297. * SoapTransportImporter.cs:
  298. * Types.cs:
  299. 1. Add missing attributes as determined by reflection
  300. 2. Fix protection levels where appropriate
  301. 3. Add missing items where appropriate
  302. Basically, this was a change to remove all the X's from
  303. the project status page for this namespace :)
  304. 2002-07-19 Tim Coleman <[email protected]>
  305. * Binding.cs:
  306. * BindingCollection.cs:
  307. * ChangeLog:
  308. * DocumentableItem.cs:
  309. * FaultBinding.cs:
  310. * FaultBindingCollection.cs:
  311. * HttpAddressBinding.cs:
  312. * HttpBinding.cs:
  313. * HttpOperationBinding.cs:
  314. * HttpUrlEncodedBinding.cs:
  315. * HttpUrlReplacementBinding.cs:
  316. * Import.cs:
  317. * ImportCollection.cs:
  318. * InputBinding.cs:
  319. * Message.cs:
  320. * MessageBinding.cs:
  321. * MessageCollection.cs:
  322. * MessagePart.cs:
  323. * MessagePartCollection.cs:
  324. * MimeContentBinding.cs:
  325. * MimeMultipartRelatedBinding.cs:
  326. * MimePart.cs:
  327. * MimePartCollection.cs:
  328. * MimeTextBinding.cs:
  329. * MimeTextMatch.cs:
  330. * MimeTextMatchCollection.cs:
  331. * MimeXmlBinding.cs:
  332. * Operation.cs:
  333. * OperationBinding.cs:
  334. * OperationBindingCollection.cs:
  335. * OperationCollection.cs:
  336. * OperationFault.cs:
  337. * OperationFaultCollection.cs:
  338. * OperationFlow.cs:
  339. * OperationInput.cs:
  340. * OperationMessage.cs:
  341. * OperationMessageCollection.cs:
  342. * OperationOutput.cs:
  343. * OutputBinding.cs:
  344. * Port.cs:
  345. * PortCollection.cs:
  346. * PortType.cs:
  347. * PortTypeCollection.cs:
  348. * ProtocolImporter.cs:
  349. * ProtocolReflector.cs:
  350. * Service.cs:
  351. * ServiceCollection.cs:
  352. * ServiceDescription.cs:
  353. * ServiceDescriptionBaseCollection.cs:
  354. * ServiceDescriptionCollection.cs:
  355. * ServiceDescriptionFormatExtension.cs:
  356. * ServiceDescriptionFormatExtensionCollection.cs:
  357. * ServiceDescriptionImportStyle.cs:
  358. * ServiceDescriptionImportWarnings.cs:
  359. * ServiceDescriptionImporter.cs:
  360. * ServiceDescriptionReflector.cs:
  361. * SoapAddressBinding.cs:
  362. * SoapBinding.cs:
  363. * SoapBindingStyle.cs:
  364. * SoapBindingUse.cs:
  365. * SoapBodyBinding.cs:
  366. * SoapExtensionImporter.cs:
  367. * SoapExtensionReflector.cs:
  368. * SoapFaultBinding.cs:
  369. * SoapHeaderBinding.cs:
  370. * SoapHeaderFaultBinding.cs:
  371. * SoapOperationBinding.cs:
  372. * SoapProtocolImporter.cs:
  373. * SoapTransportImporter.cs:
  374. * Types.cs:
  375. Initial implementation