ChangeLog 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. 2004-06-22 Lluis Sanchez Gual <[email protected]>
  2. * HttpSimpleProtocolImporter.cs: Import return types as XmlTypeMapping,
  3. not as XmlMemberMapping. This allows the use of the correct AddMetadata
  4. method for generating attributes.
  5. 2004-06-11 Gert Driesen <[email protected]>
  6. * SoapProtocolImporter.cs: Added stub for missing IsSoapEncodingPresent
  7. method
  8. * MimeContentBinding.cs: removed extra Default attribute from Part
  9. 2004-06-10 Lluis Sanchez Gual <[email protected]>
  10. * HttpSimpleProtocolImporter.cs: Add needed XmlInclude attributes to the
  11. generated class. Generate the correct data type for input parameters.
  12. * SoapProtocolImporter.cs: Like in MS.NET, take the first output parameter
  13. as the return value of the method. When generating a header variable,
  14. use the type name as the base for the variable name, not the part name.
  15. 2004-06-02 Lluis Sanchez Gual <[email protected]>
  16. * HttpSimpleProtocolImporter.cs: Fixed case of generated methods to match
  17. MS behavior. Always use import input parameters as System.String.
  18. * ProtocolImporter.cs: Remove _x0020_ from type names.
  19. * SoapProtocolImporter.cs: Fixed case of generated methods to match
  20. MS behavior.
  21. 2004-06-01 Gert Driesen <[email protected]>
  22. * Binding.cs: removed extra XmlIgnore attribute on ServiceDescription
  23. * Import.cs: removed extra XmlIgnore attribute on ServiceDescription
  24. * Message.cs: removed extra XmlIgnore attribute on ServiceDescription
  25. * MessageBinding.cs: removed extra DefaultValue attribute from Name,
  26. removed extra XmlIgnoreAttribute from OperationBinding
  27. * MessagePart.cs: removed extra XmlIgnore attribute on Message
  28. * MimeContentBinding.cs: removed extra DefaultValue attribute on Part
  29. * Operation.cs: removed extra XmlIgnore attribute on PortType
  30. * OperationBinding.cs: removed extra XmlIgnore attribute on Binding
  31. * OperationMessage.cs: removed extra XmlIgnore attribute on Operation
  32. * Port.cs: removed extra XmlIgnore attribute on Service
  33. * PortType.cs: removed extra XmlIgnore on ServiceDescription
  34. * Service.cs: removed extra XmlIgnore on ServiceDescription
  35. * ServiceDescriptionFormatExtension.cs: removed extra XmlIgnore
  36. attribute on Parent
  37. * SoapHeaderBinding.cs: added XmlElement attribute on Fault
  38. * HttpSimpleProtocolImporter.cs: removed unused variable
  39. * ServiceDescriptionImporter.cs: removed unused variable
  40. * SoapProtocolImporter.cs: removed unused variable
  41. 2004-05-25 Lluis Sanchez Gual <[email protected]>
  42. * BindingCollection.cs: Fixed this[string] property.
  43. 2004-05-24 Lluis Sanchez Gual <[email protected]>
  44. * ProtocolImporter.cs: issue a warning if no services have been found.
  45. 2004-03-02 Lluis Sanchez Gual <[email protected]>
  46. * SoapBinding.cs: Added missing attributes. The class is not sealed.
  47. * SoapBodyBinding.cs: Removed unneeded attributes.
  48. 2004-03-02 Lluis Sanchez Gual <[email protected]>
  49. * ProtocolImporter.cs: Little fix in schema classification.
  50. 2004-02-27 Lluis Sanchez Gual <[email protected]>
  51. * ExtensionManager.cs: Create all serializers for soap extensions at once.
  52. * HttpSimpleProtocolImporter.cs: Assign the correct set of schemas to the
  53. schema importers (do not mix literal schemas with encoded schemas).
  54. * ProtocolImporter.cs: Added LiteralSchemas and EncodedSchemas properties.
  55. Separation between literal and encoded schemas is needed to avoid importing
  56. for example a literal schema as encoded. Also implemented ClasifySchemas,
  57. which separates literal from encoded schemas. I really don't like doing it
  58. in this way, but I haven't found another way.
  59. * SoapProtocolImporter.cs: Add type include attributes to the generated
  60. proxy classes.
  61. 2004-02-11 Lluis Sanchez Gual <[email protected]>
  62. * SoapProtocolReflector.cs: Fixed bug #53247. Element name asigned to the
  63. message part (in literal+bare format) was incorrect.
  64. 2004-01-27 Lluis Sanchez Gual <[email protected]>
  65. * SoapProtocolImporter.cs, SoapProtocolReflector.cs: Support methods with
  66. "any" as return type. In this case, the part of the return message contains
  67. a reference to the type that describes the "any" element.
  68. 2004-01-24 Lluis Sanchez Gual <[email protected]>
  69. * ExtensionManager.cs: Support more than one XmlFormatExtensionPrefixAttribute
  70. un one soap extension.
  71. * HttpSimpleProtocolImporter.cs: Made class internal.
  72. * HttpSimpleProtocolReflector.cs.cs: ReflectMethodBinding(): GET and POST
  73. do not use method bindings. Return null.
  74. * ProtocolReflector.cs: Several fixes: do not generate binding if it doesn't
  75. have any operation, avoid port and binding name colisions, and other minor
  76. fixes.
  77. * ServiceDescription.cs: Collect the namespaces to be added to the root
  78. element of a serializaed wsdl document from the soap extensions.
  79. * ServiceDescriptionSerializerBase.cs: Made classes internal.
  80. * SoapAddressBinding.cs, SoapFaultBinding.cs, SoapOperationBinding.cs,
  81. SoapProtocolImporter.cs: Class should not be sealed.
  82. * SoapBodyBinding.cs: Set the correct class attributes.
  83. * SoapHeaderBinding.cs: Class should not be sealed. Added missing method.
  84. * SoapHeaderFaultBinding.cs: Fixed class attributes.
  85. 2004-01-21 Lluis Sanchez Gual <[email protected]>
  86. * HttpSimpleProtocolImporter.cs: pass the web service class list to the xml
  87. importers to make sure that no data classes are created with the same
  88. name as the web service.
  89. * ProtocolImporter.cs: Use port name as class name only if there is more
  90. than one port using the same protocol. This fixes big #52742.
  91. 2004-01-19 Lluis Sanchez Gual <[email protected]>
  92. * HttpSimpleProtocolReflector.cs, SoapProtocolReflector.cs:
  93. Use GetWebServiceLiteralNamespace instead of WebServiceLiteralNamespace.
  94. * ProtocolReflector.cs: Port names must be unique in a service description.
  95. This fixes bug #53019.
  96. * ProtocolImporter.cs: Little fix.
  97. 2004-01-14 Lluis Sanchez Gual <[email protected]>
  98. * ProtocolImporter.cs, SoapProtocolImporter.cs: Added support for OneWay
  99. operations (those don't have output message).
  100. * SoapProtocolReflector.cs: Set the correct element name and
  101. namespace for headers (those are not managed like other data classes).
  102. 2004-01-13 Lluis Sanchez Gual <[email protected]>
  103. * ProtocolReflector.cs: in the case a new ServiceDescription is created,
  104. the name of the BindingInfo was not copied into the new ServiceDescriptor.
  105. Patch by Yaacov Akiba Slama.
  106. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  107. * HttpSimpleProtocolImporter.cs: In ImportOutMembersMapping(), support part
  108. without element name (use anyType in this case).
  109. In GetOutMimeFormatter(), support MimeContentBinding.
  110. * ProtocolImporter.cs, SoapProtocolImporter.cs: Improved error and warning
  111. handling. Minor fixes.
  112. 2003-11-11 Lluis Sanchez Gual <[email protected]>
  113. * ServiceDescription.cs, SoapBinding.cs, SoapHeaderBinding.cs,
  114. SoapHeaderFaultBinding.cs: Removed some TODOs and FIXMEs.
  115. 2003-10-20 Lluis Sanchez Gual <[email protected]>
  116. * ServiceDescription.cs: Fixed implementation of CanRead.
  117. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  118. * MessageBinding.cs: Name property should be null by default.
  119. * ProtocolImporter.cs: Take into account the previous change.
  120. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  121. * HttpSimpleProtocolReflector.cs, ProtocolReflector.cs:
  122. Fixed naming of messages.
  123. * ProtocolImporter.cs: It now iterates through all bindings. It creates
  124. a namespace for all bindings.
  125. * ServiceDescriptionImporter.cs: Some code moved to ProtocolImporter.
  126. * SoapProtocolImporter.cs: Improved support for RPC format. It now is working.
  127. 2003-10-13 Lluis Sanchez Gual <[email protected]>
  128. * HttpSimpleProtocolReflector.cs, SoapProtocolReflector.cs:
  129. Get the namespace for literal types from LogicalTypeInfo, since it may not
  130. be the same as the service namespace.
  131. * ProtocolReflector.cs: Access LogicalTypeInfo to get WS info common to
  132. all protocols.
  133. * ServiceDescription.cs: Added soap/encoded namespace.
  134. * SoapProtocolImporter.cs: Added some bits of RPC format support.
  135. 2003-10-06 Lluis Sanchez Gual <[email protected]>
  136. * ProtocolImporter.cs: Moved some code to ServiceDescriptionImporter.
  137. WebServiceBindingAttribute addition moved to SoapProtocolImporter.
  138. Moved GetServiceUrl here (from SoapProtocolImporter).
  139. * ServiceDescriptionImporter.cs: Added support for HttpGet and HttpPost
  140. importers.
  141. * SoapProtocolImporter.cs: Minor fixes.
  142. * HttpSimpleProtocolImporter.cs, HttpGetProtocolImporter.cs,
  143. HttpPostProtocolImporter.cs: new files that implement HttpGet and HttpPost
  144. importers.
  145. 2003-10-04 Lluis Sanchez Gual <[email protected]>
  146. * ProtocolReflector.cs: The ReflectionImporter property now creates a
  147. reflector if the TypeStubInfo does not provide one.
  148. Do not create XmlSchemaExporter. Take it from the service reflector, sine
  149. it must be reused for all protocol reflectors. Moved some code to
  150. SoapProtocolReflector, since it cannot be reused for all reflectors.
  151. * ServiceDescriptionReflector.cs: Reflect the type for all available
  152. protocols.
  153. * SoapProtocolReflector.cs: Moved here some code from ProtoclReflector.
  154. * HttpGetProtocolReflector.cs, HttpPostProtocolReflector.cs,
  155. HttpSimpleProtocolReflector.cs: new files.
  156. 2003-10-01 Lluis Sanchez Gual <[email protected]>
  157. * ProtocolReflector.cs: Adapted to the changes in TypeStubInfo. Moved some
  158. common code to ServiceDescriptionReflector.
  159. * ServiceDescriptionReflector.cs: Moved some code from ProtocolReflector.cs
  160. 2003-09-28 Lluis Sanchez Gual <[email protected]>
  161. * ExtensionManager.cs: Read extension types from the configuration file.
  162. Added methods for getting extension importers and reflectors.
  163. * ProtocolImporter.cs: Implemented.
  164. * ProtocolReflector.cs: Implemented.
  165. * ServiceDescriptionCollection.cs: Fixed some methods for finding wsdl
  166. elements.
  167. * ServiceDescriptionImporter.cs: moved most of the code to ProtocolImporter.
  168. * ServiceDescriptionReflector.cs: moved most of the code to
  169. ProtocolReflector and SoapProtocolReflector.
  170. * SoapProtocolImporter.cs: Implemented.
  171. * SoapProtocolReflector.cs: Implemented.
  172. * SoapTransportImporter.cs: Implemented.
  173. * SoapHttpTransportImporter.cs: Implemented.
  174. * wsdl.genxs: Added.
  175. 2003-09-14 Lluis Sanchez Gual <[email protected]>
  176. * DocumentableItem.cs MimeContentBinding.cs OperationMessage.cs
  177. OperationMessageCollection.cs PortCollection.cs PortType.cs
  178. PortTypeCollection.cs ServiceCollection.cs ServiceDescriptionCollection.cs
  179. SoapBodyBinding.cs SoapOperationBinding.cs: Several fixes by Erik LeBel
  180. * ServiceDescriptionImporter.cs:
  181. * ServiceDescriptionSerializerBase.cs: regenerated after the changes in
  182. the service description changes.
  183. * ServiceDescriptionReflector.cs: Fixed generation of message parts in
  184. bare format.
  185. 2003-09-11 Lluis Sanchez Gual <[email protected]>
  186. * ServiceDescriptionImporter.cs, ServiceDescriptionReflector.cs: Added
  187. first bits of encoded format support.
  188. 2003-09-04 Lluis Sanchez Gual <[email protected]>
  189. * ServiceDescription.cs: minor fixes.
  190. * ServiceDescriptionImporter.cs: initial implementation.
  191. * ServiceDescriptionReflector.cs: Added support for bare parameter style.
  192. Added support for encoded format.
  193. 2003-09-01 Lluis Sanchez Gual <[email protected]>
  194. * ExtensionManager.cs: Added
  195. * ServiceDescriptionSerializerBase.cs. Added
  196. * ServiceDescription.cs: Reenabled suspport for serialization.
  197. * ServiceDescriptionReflector.cs: Import type and method documentation.
  198. 2003-08-29 Lluis Sanchez Gual <[email protected]>
  199. * ServiceDescription.cs: Disabled suspport for serialization, until I found
  200. an easy way of generate serialization readers and writers.
  201. 2003-08-28 Lluis Sanchez Gual <[email protected]>
  202. * MessageBinding.cs: Added default value attribute for Name property.
  203. * OperationMessage.cs: Added default value attribute for Name property.
  204. * ServiceDescription.cs: Changed order of some properties, so they are
  205. serialized in the right order.
  206. Added GetNamespaceList(), which returns the namespaces to add when serializing
  207. the document.
  208. Implemented classes ServiceDescriptionSerializer and ServiceDescriptionWriter,
  209. that extends the XmlSerializer by adding suport for XmlFormatExtensions.
  210. * ServiceDescriptionReflector.cs: Basic implementation (no support for
  211. extensions yet).
  212. * SoapBinding.cs: Fixed namespace name.
  213. * SoapBodyBinding.cs: Added null check in PartsString property.
  214. * SoapOperationBinding.cs: Fixed namespace name.
  215. 2003-07-22 Lluis Sanchez Gual <[email protected]>
  216. * Binding.cs, Import.cs, Message.cs, MessageBinding.cs, MessagePart.cs,
  217. Operation.cs, OperationBinding.cs, OperationMessage.cs, Port.cs,
  218. PortType.cs, Service.cs: Added XmlIgnore attributes to properties
  219. referencing parent objects.
  220. * OperationMessageCollection.cs: Fixed wrong OnInsert method
  221. * ServiceDescription.cs: Removed unneeded methods in
  222. ServiceDescriptionSerializer.
  223. 2002-08-20 Tim Coleman <[email protected]>
  224. * ServiceDescription.cs:
  225. Add ServiceDescription.ServiceDescriptionSerializer
  226. class.
  227. * ServiceDescriptionFormatExtensionCollection.cs:
  228. Remove reference to "parent".
  229. 2002-08-19 Tim Coleman <[email protected]>
  230. * BindingCollection.cs:
  231. Use base constructor, remove SetParent call
  232. * FaultBindingCollection.cs:
  233. * ImportCollection.cs:
  234. * MessageCollection.cs:
  235. * MessagePartCollection.cs:
  236. * OperationBindingCollection.cs:
  237. * OperationCollection.cs:
  238. * OperationFaultCollection.cs:
  239. * PortCollection.cs:
  240. * PortTypeCollection.cs:
  241. * ServiceCollection.cs:
  242. * ServiceDescriptionFormatExtensionCollection.cs:
  243. Use base constructor
  244. * ServiceDescriptionCollection.cs:
  245. Use base constructor, Remove SetParent method
  246. * ServiceDescriptionBaseCollection.cs:
  247. Make parent object private as according to
  248. class status page.
  249. * OperationMessageCollection.cs:
  250. Use base constructor
  251. Remove excess break's to avoid compiler warning
  252. Remove TODO attribute (confirmed default retval)
  253. 2002-08-15 Tim Coleman <[email protected]>
  254. * FaultBindingCollection.cs:
  255. * ImportCollection.cs:
  256. * MessageCollection.cs:
  257. * MessagePartCollection.cs:
  258. * OperationBindingCollection.cs:
  259. * OperationCollection.cs:
  260. * OperationFaultCollection.cs:
  261. * OperationMessageCollection.cs:
  262. * PortCollection.cs:
  263. * PortTypeCollection.cs:
  264. * ServiceCollection.cs:
  265. * ServiceDescriptionFormatExtensionCollection.cs:
  266. Use parent from ServiceDescriptionBaseCollection
  267. * ServiceDescriptionCollection.cs:
  268. Use parent from ServiceDescriptionBaseCollection
  269. Implement SetParent () method
  270. * ServiceDescriptionBaseCollection.cs:
  271. Add "parent" object.
  272. Add SetParent call to OnSet() and OnInsert ()
  273. 2002-08-12 Tim Coleman <[email protected]>
  274. * Operation.cs:
  275. Fix ParameterOrderString in case ParameterOrder is
  276. null.
  277. * BindingCollection.cs:
  278. Remove Table handling on insert/delete/indexer
  279. because it is handled in base class.
  280. * ServiceDescriptionBaseCollection.cs:
  281. Only add an element to the hashtable if its GetKey ()
  282. method does not return null.
  283. 2002-08-09 Tim Coleman <[email protected]>
  284. * BindingCollection.cs:
  285. * ServiceDescriptionCollection.cs:
  286. Implement Set indexer
  287. * FaultBindingCollection.cs:
  288. * MessageCollection.cs:
  289. * MessagePartCollection.cs:
  290. * OperationFaultCollection.cs:
  291. * PortCollection.cs:
  292. * PortTypeCollection.cs:
  293. * ServiceCollection.cs:
  294. Implement Set indexer, code cleanup
  295. * Message.cs:
  296. Implement FindPartByName ()
  297. * OperationMessageCollection.cs:
  298. Alter OnSet () method
  299. * ServiceDescriptionBaseCollection.cs:
  300. Implement some methods.
  301. * ServiceDescriptionFormatExtensionCollection.cs:
  302. Implement Find (), FindAll (), OnValidate () methods
  303. 2002-08-06 Tim Coleman <[email protected]>
  304. * ServiceDescription.cs:
  305. Add namespace definitions when serializing.
  306. * HttpBinding.cs:
  307. Change namespace definition (wsdl was spelt wsld)
  308. 2002-08-06 Tim Coleman <[email protected]>
  309. * ServiceDescription.cs:
  310. Change the XmlElement name from "type" to "types" for
  311. the Types object
  312. 2002-08-06 Tim Coleman <[email protected]>
  313. * ServerProtocol.cs:
  314. Add new class as implied by class statuc page.
  315. SoapServerProtocol is derived from this.
  316. * SoapServerProtocol.cs:
  317. Change base class to ServerProtocol.
  318. * SoapClientMethod.cs:
  319. This class should not be sealed.
  320. 2002-08-03 Tim Coleman <[email protected]>
  321. * SoapProtocolReflector.cs:
  322. Removed SoapBinding property and made the class
  323. not sealed to agree with class reference page.
  324. 2002-08-03 Tim Coleman <[email protected]>
  325. * ServiceDescriptionBaseCollection.cs:
  326. Removed some NotImplementedException()'s so that
  327. it runs.
  328. 2002-07-26 Tim Coleman <[email protected]>
  329. * ServiceDescription.cs:
  330. Changed the creation of the XmlSerializer after
  331. consulting the System.Xml.Serialization namespace
  332. and trying to serialize a document. Now works somewhat!
  333. 2002-07-25 Tim Coleman <[email protected]>
  334. * OperationMessageCollection.cs:
  335. Some implementation of this class after consulting a
  336. WSDL reference. Now validates the inputs.
  337. 2002-07-24 Tim Coleman <[email protected]>
  338. * ProtocolImporter.cs:
  339. * ProtocolReflector.cs:
  340. Some implementation of these classes. MonoTODO's begone!
  341. * SoapProtocolImporter.cs:
  342. Changed description to literal string "Soap"
  343. * SoapProtocolReflector.cs:
  344. Added a new class based on guesswork and conjecture.
  345. 2002-07-24 Tim Coleman <[email protected]>
  346. * ServiceDescription.cs:
  347. Implement Read/Write methods for serialization/
  348. deserialization.
  349. 2002-07-23 Tim Coleman <[email protected]>
  350. * ServiceDescription.cs:
  351. Add XmlIgnore attribute to ServiceDescriptions property
  352. * OperationFlow.cs:
  353. * ServiceDescriptionImportWarnings.cs:
  354. Explicitly set values in enumeration to match
  355. .NET.
  356. 2002-07-22 Tim Coleman <[email protected]>
  357. * Binding.cs:
  358. * BindingCollection.cs:
  359. * DocumentableItem.cs:
  360. * FaultBinding.cs:
  361. * FaultBindingCollection.cs:
  362. * HttpAddressBinding.cs:
  363. * HttpBinding.cs:
  364. * HttpOperationBinding.cs:
  365. * HttpUrlEncodedBinding.cs:
  366. * HttpUrlReplacementBinding.cs:
  367. * Import.cs:
  368. * ImportCollection.cs:
  369. * InputBinding.cs:
  370. * Message.cs:
  371. * MessageBinding.cs:
  372. * MessageCollection.cs:
  373. * MessagePart.cs:
  374. * MessagePartCollection.cs:
  375. * MimeContentBinding.cs:
  376. * MimeMultipartRelatedBinding.cs:
  377. * MimePart.cs:
  378. * MimePartCollection.cs:
  379. * MimeTextBinding.cs:
  380. * MimeTextMatch.cs:
  381. * MimeTextMatchCollection.cs:
  382. * MimeXmlBinding.cs:
  383. * Operation.cs:
  384. * OperationBinding.cs:
  385. * OperationBindingCollection.cs:
  386. * OperationCollection.cs:
  387. * OperationFaultCollection.cs:
  388. * OperationFlow.cs:
  389. * OperationMessage.cs:
  390. * OperationMessageCollection.cs:
  391. * OutputBinding.cs:
  392. * Port.cs:
  393. * PortCollection.cs:
  394. * PortType.cs:
  395. * PortTypeCollection.cs:
  396. * ProtocolImporter.cs:
  397. * Service.cs:
  398. * ServiceCollection.cs:
  399. * ServiceDescription.cs:
  400. * ServiceDescriptionBaseCollection.cs:
  401. * ServiceDescriptionCollection.cs:
  402. * ServiceDescriptionFormatExtension.cs:
  403. * ServiceDescriptionFormatExtensionCollection.cs:
  404. * ServiceDescriptionImportWarnings.cs:
  405. * SoapAddressBinding.cs:
  406. * SoapBinding.cs:
  407. * SoapBindingStyle.cs:
  408. * SoapBindingUse.cs:
  409. * SoapBodyBinding.cs:
  410. * SoapExtensionImporter.cs:
  411. * SoapExtensionReflector.cs:
  412. * SoapFaultBinding.cs:
  413. * SoapHeaderBinding.cs:
  414. * SoapHeaderFaultBinding.cs:
  415. * SoapOperationBinding.cs:
  416. * SoapTransportImporter.cs:
  417. * Types.cs:
  418. 1. Add missing attributes as determined by reflection
  419. 2. Fix protection levels where appropriate
  420. 3. Add missing items where appropriate
  421. Basically, this was a change to remove all the X's from
  422. the project status page for this namespace :)
  423. 2002-07-19 Tim Coleman <[email protected]>
  424. * Binding.cs:
  425. * BindingCollection.cs:
  426. * ChangeLog:
  427. * DocumentableItem.cs:
  428. * FaultBinding.cs:
  429. * FaultBindingCollection.cs:
  430. * HttpAddressBinding.cs:
  431. * HttpBinding.cs:
  432. * HttpOperationBinding.cs:
  433. * HttpUrlEncodedBinding.cs:
  434. * HttpUrlReplacementBinding.cs:
  435. * Import.cs:
  436. * ImportCollection.cs:
  437. * InputBinding.cs:
  438. * Message.cs:
  439. * MessageBinding.cs:
  440. * MessageCollection.cs:
  441. * MessagePart.cs:
  442. * MessagePartCollection.cs:
  443. * MimeContentBinding.cs:
  444. * MimeMultipartRelatedBinding.cs:
  445. * MimePart.cs:
  446. * MimePartCollection.cs:
  447. * MimeTextBinding.cs:
  448. * MimeTextMatch.cs:
  449. * MimeTextMatchCollection.cs:
  450. * MimeXmlBinding.cs:
  451. * Operation.cs:
  452. * OperationBinding.cs:
  453. * OperationBindingCollection.cs:
  454. * OperationCollection.cs:
  455. * OperationFault.cs:
  456. * OperationFaultCollection.cs:
  457. * OperationFlow.cs:
  458. * OperationInput.cs:
  459. * OperationMessage.cs:
  460. * OperationMessageCollection.cs:
  461. * OperationOutput.cs:
  462. * OutputBinding.cs:
  463. * Port.cs:
  464. * PortCollection.cs:
  465. * PortType.cs:
  466. * PortTypeCollection.cs:
  467. * ProtocolImporter.cs:
  468. * ProtocolReflector.cs:
  469. * Service.cs:
  470. * ServiceCollection.cs:
  471. * ServiceDescription.cs:
  472. * ServiceDescriptionBaseCollection.cs:
  473. * ServiceDescriptionCollection.cs:
  474. * ServiceDescriptionFormatExtension.cs:
  475. * ServiceDescriptionFormatExtensionCollection.cs:
  476. * ServiceDescriptionImportStyle.cs:
  477. * ServiceDescriptionImportWarnings.cs:
  478. * ServiceDescriptionImporter.cs:
  479. * ServiceDescriptionReflector.cs:
  480. * SoapAddressBinding.cs:
  481. * SoapBinding.cs:
  482. * SoapBindingStyle.cs:
  483. * SoapBindingUse.cs:
  484. * SoapBodyBinding.cs:
  485. * SoapExtensionImporter.cs:
  486. * SoapExtensionReflector.cs:
  487. * SoapFaultBinding.cs:
  488. * SoapHeaderBinding.cs:
  489. * SoapHeaderFaultBinding.cs:
  490. * SoapOperationBinding.cs:
  491. * SoapProtocolImporter.cs:
  492. * SoapTransportImporter.cs:
  493. * Types.cs:
  494. Initial implementation