ChangeLog 30 KB

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