ChangeLog 24 KB

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