ChangeLog 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246
  1. 2008-12-18 Atsushi Enomoto <[email protected]>
  2. * BasicProfileChecker.cs : /definitions/message/part could omit
  3. name attribute and it should not cause null key error.
  4. 2008-12-09 Atsushi Enomoto <[email protected]>
  5. * BasicProfileChecker.cs : reimplemented R2305 that turned out to
  6. be wrong on fixing bug #443095 (fixed).
  7. 2008-10-28 Atsushi Enomoto <[email protected]>
  8. * BasicProfileChecker.cs : use indexer instead of Add() for
  9. collected MessagePart table. Fixed bug #434892.
  10. 2008-07-07 Atsushi Enomoto <[email protected]>
  11. * ServiceDescriptionSerializerBase2.cs,
  12. ServiceDescriptionSerializerBase.cs : regenerated with the latest
  13. sys.xml(.serialization).
  14. 2008-07-02 Atsushi Enomoto <[email protected]>
  15. * ProtocolImporter.cs : make event stuff public.
  16. 2008-07-01 Atsushi Enomoto <[email protected]>
  17. * BasicProfileChecker.cs : it does not really resolve relative URI in
  18. <import> element. It caused error, which should be reported, but
  19. .net ignores it. It must be LAMESPEC. Anyways added comments.
  20. 2008-07-01 Atsushi Enomoto <[email protected]>
  21. * ServiceDescription.cs : fill RetrievalUrl by string.Empty
  22. by default.
  23. 2008-07-01 Atsushi Enomoto <[email protected]>
  24. * ProtocolImporter.cs, HttpSimpleProtocolImporter.cs,
  25. SoapProtocolImporter.cs : make classes partial in 2.0 profile.
  26. 2008-06-10 Vladimir Krasnov <[email protected]>
  27. * ProtocolReflector.cs: fixed ImportBinding method, ports with the same
  28. name declaration when non-default binding used, #345449
  29. 2008-04-01 Lluis Sanchez Gual <[email protected]>
  30. * ProtocolImporter.cs: Use the binding name as class name for the
  31. proxy.
  32. * SoapProtocolImporter.cs: Use the element name as field name for soap
  33. headers. In 2.0, generate a property for accessing the field.
  34. 2008-02-22 Atsushi Enomoto <[email protected]>
  35. * ProtocolReflector.cs : reverted previous change, which caused
  36. several regressions.
  37. 2007-12-11 Vladimir Krasnov <[email protected]>
  38. * ProtocolReflector.cs: fixed ImportBinding method, ports with the same
  39. name declaration when non-default binding used, #345449
  40. 2007-11-01 Gert Driesen <[email protected]>
  41. * SoapProtocolImporter.cs: Only output Required argument for
  42. SoapHeaderAttribute on .NET 1.0, since it is not used in .NET 1.1 and
  43. higher. Avoids numerous warnings when compiling generated code.
  44. 2007-10-05 Atsushi Enomoto <[email protected]>
  45. * ServiceDescriptionCollection.cs : added missing members.
  46. 2007-08-31 Gert Driesen <[email protected]>
  47. * ServiceDescription.cs: Do not require write access to file.
  48. 2007-05-20 Konstantin Triger <[email protected]>
  49. * ProtocolReflector.cs: init context with current checker.
  50. 2007-05-11 Atsushi Enomoto <[email protected]>
  51. * ProtocolImporter.cs, ServiceDescriptionImporter.cs : when there
  52. is no binding item for a supported protocol in a WSDL, skip such
  53. protocol and try next protocol, so that it can match HTTPGET-only
  54. WSDLs. Part of fix for #81457.
  55. 2007-05-08 Atsushi Enomoto <[email protected]>
  56. * HttpSimpleProtocolReflector.cs : ServerType -> LogicalTypeInfo.
  57. 2007-05-07 Adar Wesley <[email protected]>
  58. * ProtocolReflector.cs: added missing method ReflectDescription.
  59. implementation throws NotImplementedException.
  60. 2007-03-21 Konstantin Triger <[email protected]>
  61. * ConformanceChecker.cs, BasicProfileChecker.cs: enable looking the
  62. documents up by namespace.
  63. 2007-03-11 Konstantin Triger <[email protected]>
  64. * ConformanceChecker.cs, WebServicesInteroperability.cs, ProtocolReflector.cs,
  65. BasicProfileChecker.cs: fix validation of the R2401 rule.
  66. 2007-03-11 Konstantin Triger <[email protected]>
  67. * ServiceDescriptionFormatExtensionCollection.cs: make FindAll(Type)
  68. consistent with Find(Type).
  69. 2007-02-28 Atsushi Enomoto <[email protected]>
  70. * ServiceDescriptionSerializeBase2.cs : regenerated with the latest
  71. genxs.
  72. 2007-02-28 Konstantin Triger <[email protected]>
  73. * ProtocolReflector.cs: emit conformance claims when required.
  74. 2007-02-27 Konstantin Triger <[email protected]>
  75. * DocumentableItem.cs: consider empty string as nothing for documentation.
  76. 2007-02-06 Konstantin Triger <[email protected]>
  77. * ProtocolReflector.cs: Ensure the schemas are available for validation.
  78. 2007-02-01 Konstantin Triger <[email protected]>
  79. * ProtocolReflector.cs: throw if not conformant, but declared to be.
  80. 2007-01-25 Konstantin Triger <[email protected]>
  81. * ServiceDescriptionReflector.cs: describe only supported bindings and
  82. never HttpPostLocalhost.
  83. 2007-01-19 Atsushi Enomoto <[email protected]>
  84. * ServiceDescriptionImporter.cs : initialize CodeGenerator with C#.
  85. * SoapProtocolImporter.cs : use XmlMemberMapping.GenerateTypeName()
  86. instead of TypeFullName for 2.0 nullable support. Fixed bug #80551.
  87. 2006-12-18 Atsushi Enomoto <[email protected]>
  88. * ProtocolReflector.cs, SoapProtocolReflector.cs,
  89. ServiceDescriptionReflector.cs :
  90. When both SOAP 1.1 and 1.2 bindings are to be imported, it should
  91. not emit identical Messages and schema types twice. Hence SOAP
  92. reflector now skips duplicates.
  93. 2006-12-15 Atsushi Enomoto <[email protected]>
  94. * SoapExtensionReflector.cs, SoapProtocolReflector.cs :
  95. Now SOAP bindings are reflected through extension reflectors.
  96. Added implementations for SOAP 1.1 and SOAP 1.2 (2.0 only).
  97. The common SoapBindingExtensionReflector implements reflector
  98. methods which used to be in SoapProtocolReflector. Also
  99. subclassed SoapProtocolReflector to switch SOAP 1.1 and 1.2.
  100. * ServiceDescriptionReflector.cs : under 2.0, use
  101. Soap12ProtocolReflector and export soap12 bindings as well.
  102. * ProtocolImporter.cs : under 2.0 profile, handle SOAP 1.2 encoding
  103. namespace (http://www.w3.org/2003/05/soap-encoding) as well.
  104. * ProtocolReflector.cs : call ReflectDescription(). Added FIXME.
  105. 2006-12-15 Atsushi Enomoto <[email protected]>
  106. * ProtocolReflector.cs, SoapExtensionReflector.cs : added
  107. ReflectDescription() and its use.
  108. 2006-12-15 Atsushi Enomoto <[email protected]>
  109. * SoapProtocolImporter.cs : since Soap12Binding is derived from
  110. SoapBinding, extra care in IsBindingSupported() is needed.
  111. 2006-12-14 Atsushi Enomoto <[email protected]>
  112. * SoapProtocolImporter.cs : if the importer is SOAP12, initialize
  113. SoapVersion in generated code.
  114. * ServiceDescriptionImporter.cs,
  115. ProtocolImporter.cs : reduce extra argument.
  116. * ServiceDescriptionSerializerBase2.cs : fix warnings.
  117. 2006-12-14 Atsushi Enomoto <[email protected]>
  118. * ServiceDescription.cs : added soap12 namespace mapping in output.
  119. * ServiceDescriptionCollection.cs,
  120. ServiceDescriptionImporter.cs : fixed an issue that two ImportInfos
  121. are processed. Make Importer.AddServiceDescription() independent
  122. of ServiceDescriptionCollection.
  123. 2006-12-14 Atsushi Enomoto <[email protected]>
  124. * ExtensionManager.cs : added SOAP 1.2 binding extensions.
  125. * SoapProtocolImporter.cs,
  126. ServiceDescriptionImporter.cs :
  127. Added SOAP 1.2 protocol importer.
  128. Protocol name comparison is case insensitive.
  129. 2006-12-14 Atsushi Enomoto <[email protected]>
  130. * BasicProfileChecker.cs : fixed R2305 check, which did wrong check
  131. on Operations.
  132. * Operation.cs : ParameterOrder should not contain empty strings.
  133. * WebServicesInteroperability.cs : they are all done. All wrong
  134. behaviors should be regarded as bugs.
  135. 2006-12-12 Atsushi Enomoto <[email protected]>
  136. * BasicProfileChecker.cs :
  137. Finished all rule review and implementation.
  138. 2006-12-12 Atsushi Enomoto <[email protected]>
  139. * OperationCollection.cs, OperationMessageCollection.cs:
  140. added internal Find() to find an item by name.
  141. * BasicProfileChecker.cs : implemented R2803, R2710, R2711, R2716,
  142. R2717, R2726, R2718, R2720, R2721, R2754 and R2723 (in order in
  143. the WS-BP1.1 spec).
  144. 2006-12-11 Atsushi Enomoto <[email protected]>
  145. * BasicProfileChecker.cs : more rule review, with Basic Profile TAD.
  146. Implemented some more rules: R2304-R2306.
  147. 2006-12-11 Atsushi Enomoto <[email protected]>
  148. * WebServicesInteroperability.cs :
  149. Format extension could be XmlElement, so don't expect wrong cast.
  150. 2006-12-11 Atsushi Enomoto <[email protected]>
  151. * ProtocolImporter.cs : (ImportsEncodedNamespace) XmlSchemaExternal
  152. could be of other types than XmlSchemaImport.
  153. 2006-12-04 Atsushi Enomoto <[email protected]>
  154. * SoapProtocolImporter.cs : added trivial IsSoapEncodingPresent().
  155. 2006-12-01 Atsushi Enomoto <[email protected]>
  156. * wsdl-1.1-soap.xsd : new file. WSDL 1.1 SOAP binding schema.
  157. * SoapBinding.cs: implement Schema property.
  158. 2006-12-01 Atsushi Enomoto <[email protected]>
  159. * ExtensionManager.cs : WebServicesSection.Instance -> .Current.
  160. 2006-11-30 Atsushi Enomoto <[email protected]>
  161. * SoapProtocolReflector.cs : Added alias HeaderInfo to
  162. SoapHeaderMapping. Renamed some properties.
  163. 2006-11-30 Atsushi Enomoto <[email protected]>
  164. * HttpSimpleProtocolReflector.cs : LogicalTypeInfo -> ServerType.
  165. 2006-11-30 Atsushi Enomoto <[email protected]>
  166. * SoapHeaderFaultBinding.cs, NamedItem.cs, SoapBinding.cs,
  167. MimeXmlBinding.cs, SoapBodyBinding.cs, MimeContentBinding.cs,
  168. SoapHeaderBinding.cs, HttpBinding.cs: cosmetic 2.0 API fixes.
  169. 2006-11-30 Atsushi Enomoto <[email protected]>
  170. * BasicProfileViolationEnumerator.cs : new missing 2.0 class.
  171. * BasicProfileViolationCollection.cs : use it.
  172. 2006-11-28 Atsushi Enomoto <[email protected]>
  173. * BasicProfileChecker.cs : reviewed and updated some of the
  174. requirements to Basic Profile 1.1 Final Material.
  175. 2006-11-15 Atsushi Enomoto <[email protected]>
  176. * WebReference.cs : added missing .ctor().
  177. 2006-11-15 Atsushi Enomoto <[email protected]>
  178. * WebReferenceOptionsSerializer.cs :
  179. (#if NET_2_0) oops, I did it again :-(
  180. 2006-11-15 Atsushi Enomoto <[email protected]>
  181. * web-reference.genxs : fixed <reader> -> <writer>.
  182. * WebReferenceOptionsSerializer.cs : regenerated.
  183. 2006-11-15 Atsushi Enomoto <[email protected]>
  184. * ServiceDescriptionImporter.cs : API fix. Now we can use new
  185. WebReferenceOptions.
  186. 2006-11-14 Atsushi Enomoto <[email protected]>
  187. * WebReferenceOptionsSerializer.cs : oops, surrounding #if NET_2_0
  188. is required when it is regenerated.
  189. 2006-11-14 Atsushi Enomoto <[email protected]>
  190. * WebReferenceOptions.cs : actually Read() raises invalid operation
  191. when it raises an error.
  192. 2006-11-14 Atsushi Enomoto <[email protected]>
  193. * web-reference.xsd : fixed namespace URI.
  194. * web-reference.genxs : genxs file.
  195. * WebReferenceOptionsSerializer.cs : new file, generated by genxs.
  196. * WebReferenceOptions.cs : implemented Read().
  197. 2006-11-14 Atsushi Enomoto <[email protected]>
  198. * ServiceDescriptionImportStyle.cs : added XmlEnum attributes in
  199. 2.0 profile.
  200. * WebReferenceOptions.cs : new 2.0 class.
  201. * web-reference.xsd : new resource for WebReferenceOptions.Schema.
  202. 2006-11-14 Atsushi Enomoto <[email protected]>
  203. * ServiceDescription.cs : add [XmlIgnore] to ValidationWarnings.
  204. (yes, it is a collection, thus we need explicit attribute.)
  205. 2006-11-14 Atsushi Enomoto <[email protected]>
  206. * ConformanceChecker.cs, WebServicesInteroperability.cs,
  207. BasicProfileViolation.cs, BasicProfileChecker.cs:
  208. 2.0 API fixes (WsiClaims -> WsiProfiles).
  209. 2006-11-14 Atsushi Enomoto <[email protected]>
  210. * wsdl-1.1.xsd : imported from the spec site (schemas.xmlsoap.org)
  211. to be used for ServiceDescription.Schema.
  212. * ServiceDescription.cs : added Schema property and validating Read()
  213. overloads.
  214. 2006-11-07 Atsushi Enomoto <[email protected]>
  215. * ServiceDescriptionSerializerBase2.cs :
  216. sync with sys.xml.serialization API updates.
  217. 2006-10-25 Ankit Jain <[email protected]>
  218. * ServiceDescriptionSerializerBase2.cs: Mark classes as internal.
  219. 2006-09-07 Ankit Jain <[email protected]>
  220. * ServiceDescription.cs (.ctor): Set targetNamespace = null,
  221. and initialize 'types'.
  222. (ServiceDescription.ServiceDescriptions): Don't throw NRE.
  223. 2006-09-06 Vladimir Krasnov
  224. * ServiceDescriptionSerializerBase2.cs: inserted TARGET_JVM for not
  225. supported class
  226. 2006-09-05 Ankit Jain <[email protected]>
  227. * wsdl.genxs: Remove readerhooks for "unknownAttribute" and
  228. "attributes".
  229. * ServiceDescription.cs (ServiceDescription.AddUnknownAttribute):
  230. (ServiceDescription.SetExtensibleAttributes): Remove.
  231. * ServiceDescriptionSerializerBase.cs: Regenerated with genxs (for
  232. !NET_2_0 profile)
  233. * ServiceDescriptionSerializerBase2.cs: Generated with genxs2 (for
  234. NET_2_0 profile)
  235. 2006-09-05 Lluis Sanchez Gual <[email protected]>
  236. * BasicProfileChecker.cs: In FindMessage, get faults messages from the
  237. Faults collection. Added null check.
  238. 2006-09-05 Ankit Jain <[email protected]>
  239. * ServiceDescriptionImportWarnings.cs: Remove [Serializable].
  240. 2006-09-05 Ankit Jain <[email protected]>
  241. * OperationFlow.cs: Remove [Serializable].
  242. 2006-09-05 Ankit Jain <[email protected]>
  243. * DocumentableItem.cs (DocumentableItem.Namespaces): Add missing NET_2_0
  244. property.
  245. 2006-08-23 Konstantin Triger <[email protected]>
  246. * ServiceDescriptionReflector.cs: remove CONFIGURATION_2_0 #if since NET_2_0
  247. implies it.
  248. * ServiceDescription.cs: Added TARGET_JVM to workaround lack of TARGET_JVM
  249. support for 'new T()' in generics.
  250. 2006-08-21 Konstantin Triger <[email protected]>
  251. * ServiceDescriptionCollection.cs: refactoring for Add(), removing using of
  252. ServiceDescriptionImporter for java profile as there is no support for
  253. code generation.
  254. 2006-07-24 Atsushi Enomoto <[email protected]>
  255. * ProtocolImporter.cs, ServiceDescriptionImporter.cs :
  256. some 2.0 API fixes from betas to RTM.
  257. 2006-06-08 Chris Toshok <[email protected]>
  258. * ExtensionManager.cs: remove the CONFIGURATION_2_0 from ifdefs.
  259. NET_2_0 implies this now.
  260. 2006-05-03 Ankit Jain <[email protected]>
  261. * wsdl.genxs: Call ReadExtension for all unknown elements.
  262. * ServiceDescription.cs (ServiceDescription.ReadExtension): Add
  263. XmlDocument param. For NET_2_0, add any elements with no corresponding
  264. extensions to the DocumentableItem.Extensions property.
  265. (ServiceDescriptionSerializer.Serialize): Use
  266. WriteRoot_ServiceDescription instead of WriteTree.
  267. (ServiceDescriptionSerializer.Deserialize): Use
  268. ReadRoot_ServiceDescription instead of ReadTree.
  269. * ServiceDescriptionSerializerBase.cs: Regenerate.
  270. 2006-04-27 Ankit Jain <[email protected]>
  271. * OperationMessage.cs (Extensions): Remove, incorrectly added in earlier
  272. commit.
  273. * OperationInput.cs (Extensions):
  274. * OperationOutput.cs (Extensions):
  275. * OperationFault.cs (Extensions): Override and implement missing property.
  276. 2006-04-27 Ankit Jain <[email protected]>
  277. * ServiceDescriptionSerializerBase.cs (ServiceDescriptionWriterBase):
  278. Make it internal.
  279. 2006-04-27 Ankit Jain <[email protected]>
  280. * DocumentableItem.cs (ExtensibleAttributes):
  281. (Extensions): Add missing NET_2_0 properties.
  282. * Port.cs:
  283. * OperationBinding.cs:
  284. * MessagePart.cs
  285. * Binding.cs:
  286. * Types.cs:
  287. * Service.cs:
  288. * OperationMessage.cs:
  289. * Message.cs:
  290. * Import.cs:
  291. * Operation.cs:
  292. * PortType.cs: Override and implement Extensions property. Add
  293. XmlFormatExtensionPoint attribute.
  294. * MessageBinding.cs: Abstract Extensions property is not present in
  295. NET_2_0.
  296. * wsdl.genxs: Update to process unknown attributes as ExtensibleAttributes in NET_2_0.
  297. * ServiceDescriptionSerializerBase.cs: Regenerated from wsdl.genxs
  298. * ServiceDescription.cs (ServiceDescription.AddUnknownAttribute): New. Add attribute to
  299. attributes collection.
  300. (ServiceDescription.SetExtensibleAttributes): Set DocumentableItem.ExtensibleAttributes
  301. property.
  302. * ServiceDescriptionFormatExtensionCollection.cs
  303. (ServiceDescriptionFormatExtensionCollection.SetParent): Set only if
  304. value is a ServiceDescriptionFormatExtension type object.
  305. 2006-03-12 VLadimir Krasnov <[email protected]>
  306. * ServiceDescription.cs: removed TARGET_JVM directives from
  307. serializer member
  308. 2006-01-04 Chris Toshok <[email protected]>
  309. * ExtensionManager.cs: add CONFIGURATION_2_0 stuff.
  310. * ServiceDescriptionReflector.cs: add CONFIGURATION_2_0 stuff.
  311. 2005-12-07 Lluis Sanchez Gual <[email protected]>
  312. * ProtocolImporter.cs: nullify message fields before processing a
  313. new method.
  314. * SoapProtocolImporter.cs: Only use the wrapped format if both the
  315. input and output messages specify that format. If one of them is not,
  316. then use bare format. This partially fixes bug #75019.
  317. 2005-10-05 Atsushi Enomoto <[email protected]>
  318. * wsdl.genxs, ServiceDescriptionSerializerBase.cs : dependent fix on
  319. XmlSchema.Read(). Fixed bug #76311.
  320. * ServiceDescription.cs : name is null by default otherwise it fails
  321. to be written.
  322. 2005-09-01 Ilya Kharmatsky <ilyak at mainsoft.com >
  323. * In WebReference.cs excluded by TARGET_J2EE directives
  324. constructors / methods which use CodeDom API (unsupported in
  325. J2EE configuration.
  326. 2005-08-15 Gert Driesen <[email protected]>
  327. * DocumentableItem.cs: DocumentationElement is also available in .NET
  328. 1.1.
  329. * MimeMultipartRelatedBinding.cs: Changed XmlElement name of Parts
  330. property to match MS.NET.
  331. * OperationMessageCollection.cs: Removed GetKey override to match
  332. MS.NET.
  333. * ServiceDescriptionImportWarnings.cs: SchemaValidation and
  334. WsiConformance should only be exposed in 2.0 profile.
  335. * ServiceDescriptionFormatExtension.cs: Parent should not be ignored
  336. on 2.0 profile.
  337. 2005-06-14 Lluis Sanchez Gual <[email protected]>
  338. * SoapProtocolReflector.cs: Set the part name when using bare encoded format.
  339. * ServiceDescriptionFormatExtensionCollection.cs: Use IsInstanceOfType instead
  340. of Type.IsAssignableFrom when possible.
  341. 2005-06-06 Kornél Pál <[email protected]>
  342. * ServiceDescriptionReflector.cs: Added support for HttpPostLocalhost and HttpSoap12
  343. 2005-06-05 Konstantin Triger <[email protected]>
  344. * ServiceDescriptionSerializerBase.cs: Perform correct name encoding
  345. * ServiceDescription.cs, SoapTransportImporter.cs: moving static fields to AppDomain in Java builds
  346. 2005-04-11 Lluis Sanchez Gual <[email protected]>
  347. * ServiceDescriptionCollection.cs: Notify the parent importer
  348. when a service description is added.
  349. * ServiceDescriptionImporter.cs: Register wsdl docs added to the
  350. collection.
  351. 2005-02-07 Lluis Sanchez Gual <[email protected]>
  352. * HttpSimpleProtocolImporter.cs: Fixed warning.
  353. 2004-11-08 Lluis Sanchez Gual <[email protected]>
  354. * HttpPostProtocolReflector.cs: Avoid generating an empty part attribute.
  355. This was causing problems when importing the wsdl from MS Visual Studio.
  356. 2004-10-26 Lluis Sanchez Gual <[email protected]>
  357. * ProtocolImporter.cs, HttpSimpleProtocolImporter.cs,
  358. SoapProtocolImporter.cs: When appsettingurlkey is provided, generate
  359. code that reads the url from the config file, instead of doing it at
  360. the moment of generation. This fixes bug #68795.
  361. 2004-10-01 Lluis Sanchez Gual <[email protected]>
  362. * HttpSimpleProtocolImporter.cs: Fix import of arrays of primitive types.
  363. 2004-09-13 Lluis Sanchez Gual <[email protected]>
  364. * ServiceDescriptionReflector.cs: Don't generate empty schemas.
  365. 2004-09-03 Lluis Sanchez Gual <[email protected]>
  366. * ProtocolImporter.cs: Fixing the fix. The generated class must always
  367. be added.
  368. 2004-09-01 Lluis Sanchez Gual <[email protected]>
  369. * BasicProfileChecker.cs: Some small fixes.
  370. * FaultBinding.cs: Removed useless code.
  371. * HttpSimpleProtocolImporter.cs, SoapProtocolImporter.cs: Take into account
  372. that now we may be generating code for a binding which is not referenced
  373. by any port. In this case Port is null.
  374. * MessageBinding.cs: Properly set the parent operation binding.
  375. * OperationBinding.cs: When adding messages, set its parent property.
  376. * ProtocolImporter.cs: Support generation of proxies for wsdl documents
  377. that do not have any Service entry. In this case, it now generates
  378. a proxy for every binding.
  379. 2004-08-24 Lluis Sanchez Gual <[email protected]>
  380. * BasicProfileChecker.cs: Implemented more rules.
  381. * ConformanceChecker.cs: Added service list property in
  382. ConformanceCheckContext.
  383. * MessagePart.cs: Added some convenient internal properties.
  384. * OperationMessageCollection.cs: Added property for getting the fault
  385. message.
  386. * ServiceDescriptionFormatExtensionCollection.cs: The find method now
  387. can return subclasses of the provided class.
  388. * WebServicesInteroperability.cs: Set the context schema when processing
  389. a schema.
  390. 2004-07-28 Lluis Sanchez Gual <[email protected]>
  391. * BasicProfileChecker.cs, ConformanceChecker.cs,
  392. WebServicesInteroperability.cs: Fixed build errors. I commited before
  393. it was ready :-(.
  394. 2004-07-28 Lluis Sanchez Gual <[email protected]>
  395. * BasicProfileChecker.cs: Added checks for R2101, R2102, R2105, R2110, R2111
  396. * ConformanceChecker.cs: Added check methods for schema objects.
  397. * WebServicesInteroperability.cs: Added checks for schema objects.
  398. 2004-07-26 Lluis Sanchez Gual <[email protected]>
  399. * HttpSimpleProtocolImporter.cs: Implemented internal method to support
  400. the new asyc model.
  401. * ProtocolImporter.cs: Generate code for the new async model.
  402. Added support for generating server skeletons in addition to client
  403. proxies.
  404. * ServiceDescriptionImporter.cs: Removed unneded check.
  405. * SoapProtocolImporter.cs: Added support for generating server skeletons in
  406. addition to client proxies.
  407. 2004-07-23 Lluis Sanchez Gual <[email protected]>
  408. * ServiceDescriptionImporter.cs: Fixed bug when getting documents from a
  409. reference.
  410. * SoapProtocolImporter.cs: Create code exportes using the corrent generation
  411. options. Added final attribute to the generated methods (so generated
  412. methods are not virtual any more).
  413. * WebServicesInteroperability.cs: Fixed bug when getting documents from a
  414. reference. Added check for Import elements.
  415. 2004-07-22 Lluis Sanchez Gual <[email protected]>
  416. * ProtocolImporter.cs: Added some internal properties needed for 2.0
  417. features.
  418. * ServiceDescriptionImporter.cs: Implemented some 2.0 methods.
  419. * SoapProtocolImporter.cs: Create xml importers using the correct
  420. ImportContext and generation options.
  421. * WebReference.cs: It is now internal for 1.1 profile. Implemented some
  422. properties.
  423. * CodeGenerationOptions.cs: Made internal in 1.1 profile.
  424. * ImportContext.cs: Implemented.
  425. * XmlSchemaImporter.cs: Implemented some 2.0 constructors.
  426. 2004-07-14 Lluis Sanchez Gual <[email protected]>
  427. * ConformanceChecker.cs, BasicProfileChecker.cs: New files that implement
  428. the basic infrastructure for basic profile conformance checking.
  429. * BasicProfileViolation.cs: Take normative information from the rule object.
  430. * BasicProfileViolationCollection.cs: Added Add method.
  431. * ServiceDescriptionFormatExtension.cs: Little fix.
  432. * WebServicesInteroperability.cs: Implemented basic support for conformance
  433. checking.
  434. 2004-07-13 Lluis Sanchez Gual <[email protected]>
  435. * Binding.cs, Message.cs, MessageBinding.cs, MessagePart.cs, Operation.cs,
  436. OperationBinding.cs, OperationMessage.cs, Port.cs, PortType.cs,
  437. Service.cs, ServiceDescription.cs,
  438. Name property moved to NamedItem in 2.0.
  439. * DocumentableItem.cs, ServiceDescriptionFormatExtension.cs,
  440. ServiceDescriptionImportWarnings.cs, ServiceDescriptionImporter.cs,
  441. SoapFaultBinding.cs: Added 2.0 api.
  442. * BasicProfileViolation.cs, BasicProfileViolationCollection.cs,
  443. NamedItem.cs, Soap12AddressBinding.cs, Soap12Binding.cs,
  444. Soap12BodyBinding.cs, Soap12FaultBinding.cs, Soap12HeaderBinding.cs,
  445. Soap12OperationBinding.cs, WebReference.cs, WebReferenceCollection.cs,
  446. WebServicesInteroperability.cs: Mostly implemented new 2.0 classes.
  447. 2004-07-01 Lluis Sanchez Gual <[email protected]>
  448. * SoapProtocolReflector.cs: Don't generate wsdl for unknown header
  449. attributes.
  450. 2004-06-25 Lluis Sanchez Gual <[email protected]>
  451. * HttpSimpleProtocolImporter.cs: Added null check. The XmlTypeMapping for
  452. the return type will be null if the method returns void.
  453. 2004-06-22 Lluis Sanchez Gual <[email protected]>
  454. * HttpSimpleProtocolImporter.cs: Import return types as XmlTypeMapping,
  455. not as XmlMemberMapping. This allows the use of the correct AddMetadata
  456. method for generating attributes.
  457. 2004-06-11 Gert Driesen <[email protected]>
  458. * SoapProtocolImporter.cs: Added stub for missing IsSoapEncodingPresent
  459. method
  460. * MimeContentBinding.cs: removed extra Default attribute from Part
  461. 2004-06-10 Lluis Sanchez Gual <[email protected]>
  462. * HttpSimpleProtocolImporter.cs: Add needed XmlInclude attributes to the
  463. generated class. Generate the correct data type for input parameters.
  464. * SoapProtocolImporter.cs: Like in MS.NET, take the first output parameter
  465. as the return value of the method. When generating a header variable,
  466. use the type name as the base for the variable name, not the part name.
  467. 2004-06-02 Lluis Sanchez Gual <[email protected]>
  468. * HttpSimpleProtocolImporter.cs: Fixed case of generated methods to match
  469. MS behavior. Always use import input parameters as System.String.
  470. * ProtocolImporter.cs: Remove _x0020_ from type names.
  471. * SoapProtocolImporter.cs: Fixed case of generated methods to match
  472. MS behavior.
  473. 2004-06-01 Gert Driesen <[email protected]>
  474. * Binding.cs: removed extra XmlIgnore attribute on ServiceDescription
  475. * Import.cs: removed extra XmlIgnore attribute on ServiceDescription
  476. * Message.cs: removed extra XmlIgnore attribute on ServiceDescription
  477. * MessageBinding.cs: removed extra DefaultValue attribute from Name,
  478. removed extra XmlIgnoreAttribute from OperationBinding
  479. * MessagePart.cs: removed extra XmlIgnore attribute on Message
  480. * MimeContentBinding.cs: removed extra DefaultValue attribute on Part
  481. * Operation.cs: removed extra XmlIgnore attribute on PortType
  482. * OperationBinding.cs: removed extra XmlIgnore attribute on Binding
  483. * OperationMessage.cs: removed extra XmlIgnore attribute on Operation
  484. * Port.cs: removed extra XmlIgnore attribute on Service
  485. * PortType.cs: removed extra XmlIgnore on ServiceDescription
  486. * Service.cs: removed extra XmlIgnore on ServiceDescription
  487. * ServiceDescriptionFormatExtension.cs: removed extra XmlIgnore
  488. attribute on Parent
  489. * SoapHeaderBinding.cs: added XmlElement attribute on Fault
  490. * HttpSimpleProtocolImporter.cs: removed unused variable
  491. * ServiceDescriptionImporter.cs: removed unused variable
  492. * SoapProtocolImporter.cs: removed unused variable
  493. 2004-05-25 Lluis Sanchez Gual <[email protected]>
  494. * BindingCollection.cs: Fixed this[string] property.
  495. 2004-05-24 Lluis Sanchez Gual <[email protected]>
  496. * ProtocolImporter.cs: issue a warning if no services have been found.
  497. 2004-03-02 Lluis Sanchez Gual <[email protected]>
  498. * SoapBinding.cs: Added missing attributes. The class is not sealed.
  499. * SoapBodyBinding.cs: Removed unneeded attributes.
  500. 2004-03-02 Lluis Sanchez Gual <[email protected]>
  501. * ProtocolImporter.cs: Little fix in schema classification.
  502. 2004-02-27 Lluis Sanchez Gual <[email protected]>
  503. * ExtensionManager.cs: Create all serializers for soap extensions at once.
  504. * HttpSimpleProtocolImporter.cs: Assign the correct set of schemas to the
  505. schema importers (do not mix literal schemas with encoded schemas).
  506. * ProtocolImporter.cs: Added LiteralSchemas and EncodedSchemas properties.
  507. Separation between literal and encoded schemas is needed to avoid importing
  508. for example a literal schema as encoded. Also implemented ClasifySchemas,
  509. which separates literal from encoded schemas. I really don't like doing it
  510. in this way, but I haven't found another way.
  511. * SoapProtocolImporter.cs: Add type include attributes to the generated
  512. proxy classes.
  513. 2004-02-11 Lluis Sanchez Gual <[email protected]>
  514. * SoapProtocolReflector.cs: Fixed bug #53247. Element name asigned to the
  515. message part (in literal+bare format) was incorrect.
  516. 2004-01-27 Lluis Sanchez Gual <[email protected]>
  517. * SoapProtocolImporter.cs, SoapProtocolReflector.cs: Support methods with
  518. "any" as return type. In this case, the part of the return message contains
  519. a reference to the type that describes the "any" element.
  520. 2004-01-24 Lluis Sanchez Gual <[email protected]>
  521. * ExtensionManager.cs: Support more than one XmlFormatExtensionPrefixAttribute
  522. un one soap extension.
  523. * HttpSimpleProtocolImporter.cs: Made class internal.
  524. * HttpSimpleProtocolReflector.cs.cs: ReflectMethodBinding(): GET and POST
  525. do not use method bindings. Return null.
  526. * ProtocolReflector.cs: Several fixes: do not generate binding if it doesn't
  527. have any operation, avoid port and binding name colisions, and other minor
  528. fixes.
  529. * ServiceDescription.cs: Collect the namespaces to be added to the root
  530. element of a serializaed wsdl document from the soap extensions.
  531. * ServiceDescriptionSerializerBase.cs: Made classes internal.
  532. * SoapAddressBinding.cs, SoapFaultBinding.cs, SoapOperationBinding.cs,
  533. SoapProtocolImporter.cs: Class should not be sealed.
  534. * SoapBodyBinding.cs: Set the correct class attributes.
  535. * SoapHeaderBinding.cs: Class should not be sealed. Added missing method.
  536. * SoapHeaderFaultBinding.cs: Fixed class attributes.
  537. 2004-01-21 Lluis Sanchez Gual <[email protected]>
  538. * HttpSimpleProtocolImporter.cs: pass the web service class list to the xml
  539. importers to make sure that no data classes are created with the same
  540. name as the web service.
  541. * ProtocolImporter.cs: Use port name as class name only if there is more
  542. than one port using the same protocol. This fixes big #52742.
  543. 2004-01-19 Lluis Sanchez Gual <[email protected]>
  544. * HttpSimpleProtocolReflector.cs, SoapProtocolReflector.cs:
  545. Use GetWebServiceLiteralNamespace instead of WebServiceLiteralNamespace.
  546. * ProtocolReflector.cs: Port names must be unique in a service description.
  547. This fixes bug #53019.
  548. * ProtocolImporter.cs: Little fix.
  549. 2004-01-14 Lluis Sanchez Gual <[email protected]>
  550. * ProtocolImporter.cs, SoapProtocolImporter.cs: Added support for OneWay
  551. operations (those don't have output message).
  552. * SoapProtocolReflector.cs: Set the correct element name and
  553. namespace for headers (those are not managed like other data classes).
  554. 2004-01-13 Lluis Sanchez Gual <[email protected]>
  555. * ProtocolReflector.cs: in the case a new ServiceDescription is created,
  556. the name of the BindingInfo was not copied into the new ServiceDescriptor.
  557. Patch by Yaacov Akiba Slama.
  558. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  559. * HttpSimpleProtocolImporter.cs: In ImportOutMembersMapping(), support part
  560. without element name (use anyType in this case).
  561. In GetOutMimeFormatter(), support MimeContentBinding.
  562. * ProtocolImporter.cs, SoapProtocolImporter.cs: Improved error and warning
  563. handling. Minor fixes.
  564. 2003-11-11 Lluis Sanchez Gual <[email protected]>
  565. * ServiceDescription.cs, SoapBinding.cs, SoapHeaderBinding.cs,
  566. SoapHeaderFaultBinding.cs: Removed some TODOs and FIXMEs.
  567. 2003-10-20 Lluis Sanchez Gual <[email protected]>
  568. * ServiceDescription.cs: Fixed implementation of CanRead.
  569. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  570. * MessageBinding.cs: Name property should be null by default.
  571. * ProtocolImporter.cs: Take into account the previous change.
  572. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  573. * HttpSimpleProtocolReflector.cs, ProtocolReflector.cs:
  574. Fixed naming of messages.
  575. * ProtocolImporter.cs: It now iterates through all bindings. It creates
  576. a namespace for all bindings.
  577. * ServiceDescriptionImporter.cs: Some code moved to ProtocolImporter.
  578. * SoapProtocolImporter.cs: Improved support for RPC format. It now is working.
  579. 2003-10-13 Lluis Sanchez Gual <[email protected]>
  580. * HttpSimpleProtocolReflector.cs, SoapProtocolReflector.cs:
  581. Get the namespace for literal types from LogicalTypeInfo, since it may not
  582. be the same as the service namespace.
  583. * ProtocolReflector.cs: Access LogicalTypeInfo to get WS info common to
  584. all protocols.
  585. * ServiceDescription.cs: Added soap/encoded namespace.
  586. * SoapProtocolImporter.cs: Added some bits of RPC format support.
  587. 2003-10-06 Lluis Sanchez Gual <[email protected]>
  588. * ProtocolImporter.cs: Moved some code to ServiceDescriptionImporter.
  589. WebServiceBindingAttribute addition moved to SoapProtocolImporter.
  590. Moved GetServiceUrl here (from SoapProtocolImporter).
  591. * ServiceDescriptionImporter.cs: Added support for HttpGet and HttpPost
  592. importers.
  593. * SoapProtocolImporter.cs: Minor fixes.
  594. * HttpSimpleProtocolImporter.cs, HttpGetProtocolImporter.cs,
  595. HttpPostProtocolImporter.cs: new files that implement HttpGet and HttpPost
  596. importers.
  597. 2003-10-04 Lluis Sanchez Gual <[email protected]>
  598. * ProtocolReflector.cs: The ReflectionImporter property now creates a
  599. reflector if the TypeStubInfo does not provide one.
  600. Do not create XmlSchemaExporter. Take it from the service reflector, sine
  601. it must be reused for all protocol reflectors. Moved some code to
  602. SoapProtocolReflector, since it cannot be reused for all reflectors.
  603. * ServiceDescriptionReflector.cs: Reflect the type for all available
  604. protocols.
  605. * SoapProtocolReflector.cs: Moved here some code from ProtoclReflector.
  606. * HttpGetProtocolReflector.cs, HttpPostProtocolReflector.cs,
  607. HttpSimpleProtocolReflector.cs: new files.
  608. 2003-10-01 Lluis Sanchez Gual <[email protected]>
  609. * ProtocolReflector.cs: Adapted to the changes in TypeStubInfo. Moved some
  610. common code to ServiceDescriptionReflector.
  611. * ServiceDescriptionReflector.cs: Moved some code from ProtocolReflector.cs
  612. 2003-09-28 Lluis Sanchez Gual <[email protected]>
  613. * ExtensionManager.cs: Read extension types from the configuration file.
  614. Added methods for getting extension importers and reflectors.
  615. * ProtocolImporter.cs: Implemented.
  616. * ProtocolReflector.cs: Implemented.
  617. * ServiceDescriptionCollection.cs: Fixed some methods for finding wsdl
  618. elements.
  619. * ServiceDescriptionImporter.cs: moved most of the code to ProtocolImporter.
  620. * ServiceDescriptionReflector.cs: moved most of the code to
  621. ProtocolReflector and SoapProtocolReflector.
  622. * SoapProtocolImporter.cs: Implemented.
  623. * SoapProtocolReflector.cs: Implemented.
  624. * SoapTransportImporter.cs: Implemented.
  625. * SoapHttpTransportImporter.cs: Implemented.
  626. * wsdl.genxs: Added.
  627. 2003-09-14 Lluis Sanchez Gual <[email protected]>
  628. * DocumentableItem.cs MimeContentBinding.cs OperationMessage.cs
  629. OperationMessageCollection.cs PortCollection.cs PortType.cs
  630. PortTypeCollection.cs ServiceCollection.cs ServiceDescriptionCollection.cs
  631. SoapBodyBinding.cs SoapOperationBinding.cs: Several fixes by Erik LeBel
  632. * ServiceDescriptionImporter.cs:
  633. * ServiceDescriptionSerializerBase.cs: regenerated after the changes in
  634. the service description changes.
  635. * ServiceDescriptionReflector.cs: Fixed generation of message parts in
  636. bare format.
  637. 2003-09-11 Lluis Sanchez Gual <[email protected]>
  638. * ServiceDescriptionImporter.cs, ServiceDescriptionReflector.cs: Added
  639. first bits of encoded format support.
  640. 2003-09-04 Lluis Sanchez Gual <[email protected]>
  641. * ServiceDescription.cs: minor fixes.
  642. * ServiceDescriptionImporter.cs: initial implementation.
  643. * ServiceDescriptionReflector.cs: Added support for bare parameter style.
  644. Added support for encoded format.
  645. 2003-09-01 Lluis Sanchez Gual <[email protected]>
  646. * ExtensionManager.cs: Added
  647. * ServiceDescriptionSerializerBase.cs. Added
  648. * ServiceDescription.cs: Reenabled suspport for serialization.
  649. * ServiceDescriptionReflector.cs: Import type and method documentation.
  650. 2003-08-29 Lluis Sanchez Gual <[email protected]>
  651. * ServiceDescription.cs: Disabled suspport for serialization, until I found
  652. an easy way of generate serialization readers and writers.
  653. 2003-08-28 Lluis Sanchez Gual <[email protected]>
  654. * MessageBinding.cs: Added default value attribute for Name property.
  655. * OperationMessage.cs: Added default value attribute for Name property.
  656. * ServiceDescription.cs: Changed order of some properties, so they are
  657. serialized in the right order.
  658. Added GetNamespaceList(), which returns the namespaces to add when serializing
  659. the document.
  660. Implemented classes ServiceDescriptionSerializer and ServiceDescriptionWriter,
  661. that extends the XmlSerializer by adding suport for XmlFormatExtensions.
  662. * ServiceDescriptionReflector.cs: Basic implementation (no support for
  663. extensions yet).
  664. * SoapBinding.cs: Fixed namespace name.
  665. * SoapBodyBinding.cs: Added null check in PartsString property.
  666. * SoapOperationBinding.cs: Fixed namespace name.
  667. 2003-07-22 Lluis Sanchez Gual <[email protected]>
  668. * Binding.cs, Import.cs, Message.cs, MessageBinding.cs, MessagePart.cs,
  669. Operation.cs, OperationBinding.cs, OperationMessage.cs, Port.cs,
  670. PortType.cs, Service.cs: Added XmlIgnore attributes to properties
  671. referencing parent objects.
  672. * OperationMessageCollection.cs: Fixed wrong OnInsert method
  673. * ServiceDescription.cs: Removed unneeded methods in
  674. ServiceDescriptionSerializer.
  675. 2002-08-20 Tim Coleman <[email protected]>
  676. * ServiceDescription.cs:
  677. Add ServiceDescription.ServiceDescriptionSerializer
  678. class.
  679. * ServiceDescriptionFormatExtensionCollection.cs:
  680. Remove reference to "parent".
  681. 2002-08-19 Tim Coleman <[email protected]>
  682. * BindingCollection.cs:
  683. Use base constructor, remove SetParent call
  684. * FaultBindingCollection.cs:
  685. * ImportCollection.cs:
  686. * MessageCollection.cs:
  687. * MessagePartCollection.cs:
  688. * OperationBindingCollection.cs:
  689. * OperationCollection.cs:
  690. * OperationFaultCollection.cs:
  691. * PortCollection.cs:
  692. * PortTypeCollection.cs:
  693. * ServiceCollection.cs:
  694. * ServiceDescriptionFormatExtensionCollection.cs:
  695. Use base constructor
  696. * ServiceDescriptionCollection.cs:
  697. Use base constructor, Remove SetParent method
  698. * ServiceDescriptionBaseCollection.cs:
  699. Make parent object private as according to
  700. class status page.
  701. * OperationMessageCollection.cs:
  702. Use base constructor
  703. Remove excess break's to avoid compiler warning
  704. Remove TODO attribute (confirmed default retval)
  705. 2002-08-15 Tim Coleman <[email protected]>
  706. * FaultBindingCollection.cs:
  707. * ImportCollection.cs:
  708. * MessageCollection.cs:
  709. * MessagePartCollection.cs:
  710. * OperationBindingCollection.cs:
  711. * OperationCollection.cs:
  712. * OperationFaultCollection.cs:
  713. * OperationMessageCollection.cs:
  714. * PortCollection.cs:
  715. * PortTypeCollection.cs:
  716. * ServiceCollection.cs:
  717. * ServiceDescriptionFormatExtensionCollection.cs:
  718. Use parent from ServiceDescriptionBaseCollection
  719. * ServiceDescriptionCollection.cs:
  720. Use parent from ServiceDescriptionBaseCollection
  721. Implement SetParent () method
  722. * ServiceDescriptionBaseCollection.cs:
  723. Add "parent" object.
  724. Add SetParent call to OnSet() and OnInsert ()
  725. 2002-08-12 Tim Coleman <[email protected]>
  726. * Operation.cs:
  727. Fix ParameterOrderString in case ParameterOrder is
  728. null.
  729. * BindingCollection.cs:
  730. Remove Table handling on insert/delete/indexer
  731. because it is handled in base class.
  732. * ServiceDescriptionBaseCollection.cs:
  733. Only add an element to the hashtable if its GetKey ()
  734. method does not return null.
  735. 2002-08-09 Tim Coleman <[email protected]>
  736. * BindingCollection.cs:
  737. * ServiceDescriptionCollection.cs:
  738. Implement Set indexer
  739. * FaultBindingCollection.cs:
  740. * MessageCollection.cs:
  741. * MessagePartCollection.cs:
  742. * OperationFaultCollection.cs:
  743. * PortCollection.cs:
  744. * PortTypeCollection.cs:
  745. * ServiceCollection.cs:
  746. Implement Set indexer, code cleanup
  747. * Message.cs:
  748. Implement FindPartByName ()
  749. * OperationMessageCollection.cs:
  750. Alter OnSet () method
  751. * ServiceDescriptionBaseCollection.cs:
  752. Implement some methods.
  753. * ServiceDescriptionFormatExtensionCollection.cs:
  754. Implement Find (), FindAll (), OnValidate () methods
  755. 2002-08-06 Tim Coleman <[email protected]>
  756. * ServiceDescription.cs:
  757. Add namespace definitions when serializing.
  758. * HttpBinding.cs:
  759. Change namespace definition (wsdl was spelt wsld)
  760. 2002-08-06 Tim Coleman <[email protected]>
  761. * ServiceDescription.cs:
  762. Change the XmlElement name from "type" to "types" for
  763. the Types object
  764. 2002-08-06 Tim Coleman <[email protected]>
  765. * ServerProtocol.cs:
  766. Add new class as implied by class statuc page.
  767. SoapServerProtocol is derived from this.
  768. * SoapServerProtocol.cs:
  769. Change base class to ServerProtocol.
  770. * SoapClientMethod.cs:
  771. This class should not be sealed.
  772. 2002-08-03 Tim Coleman <[email protected]>
  773. * SoapProtocolReflector.cs:
  774. Removed SoapBinding property and made the class
  775. not sealed to agree with class reference page.
  776. 2002-08-03 Tim Coleman <[email protected]>
  777. * ServiceDescriptionBaseCollection.cs:
  778. Removed some NotImplementedException()'s so that
  779. it runs.
  780. 2002-07-26 Tim Coleman <[email protected]>
  781. * ServiceDescription.cs:
  782. Changed the creation of the XmlSerializer after
  783. consulting the System.Xml.Serialization namespace
  784. and trying to serialize a document. Now works somewhat!
  785. 2002-07-25 Tim Coleman <[email protected]>
  786. * OperationMessageCollection.cs:
  787. Some implementation of this class after consulting a
  788. WSDL reference. Now validates the inputs.
  789. 2002-07-24 Tim Coleman <[email protected]>
  790. * ProtocolImporter.cs:
  791. * ProtocolReflector.cs:
  792. Some implementation of these classes. MonoTODO's begone!
  793. * SoapProtocolImporter.cs:
  794. Changed description to literal string "Soap"
  795. * SoapProtocolReflector.cs:
  796. Added a new class based on guesswork and conjecture.
  797. 2002-07-24 Tim Coleman <[email protected]>
  798. * ServiceDescription.cs:
  799. Implement Read/Write methods for serialization/
  800. deserialization.
  801. 2002-07-23 Tim Coleman <[email protected]>
  802. * ServiceDescription.cs:
  803. Add XmlIgnore attribute to ServiceDescriptions property
  804. * OperationFlow.cs:
  805. * ServiceDescriptionImportWarnings.cs:
  806. Explicitly set values in enumeration to match
  807. .NET.
  808. 2002-07-22 Tim Coleman <[email protected]>
  809. * Binding.cs:
  810. * BindingCollection.cs:
  811. * DocumentableItem.cs:
  812. * FaultBinding.cs:
  813. * FaultBindingCollection.cs:
  814. * HttpAddressBinding.cs:
  815. * HttpBinding.cs:
  816. * HttpOperationBinding.cs:
  817. * HttpUrlEncodedBinding.cs:
  818. * HttpUrlReplacementBinding.cs:
  819. * Import.cs:
  820. * ImportCollection.cs:
  821. * InputBinding.cs:
  822. * Message.cs:
  823. * MessageBinding.cs:
  824. * MessageCollection.cs:
  825. * MessagePart.cs:
  826. * MessagePartCollection.cs:
  827. * MimeContentBinding.cs:
  828. * MimeMultipartRelatedBinding.cs:
  829. * MimePart.cs:
  830. * MimePartCollection.cs:
  831. * MimeTextBinding.cs:
  832. * MimeTextMatch.cs:
  833. * MimeTextMatchCollection.cs:
  834. * MimeXmlBinding.cs:
  835. * Operation.cs:
  836. * OperationBinding.cs:
  837. * OperationBindingCollection.cs:
  838. * OperationCollection.cs:
  839. * OperationFaultCollection.cs:
  840. * OperationFlow.cs:
  841. * OperationMessage.cs:
  842. * OperationMessageCollection.cs:
  843. * OutputBinding.cs:
  844. * Port.cs:
  845. * PortCollection.cs:
  846. * PortType.cs:
  847. * PortTypeCollection.cs:
  848. * ProtocolImporter.cs:
  849. * Service.cs:
  850. * ServiceCollection.cs:
  851. * ServiceDescription.cs:
  852. * ServiceDescriptionBaseCollection.cs:
  853. * ServiceDescriptionCollection.cs:
  854. * ServiceDescriptionFormatExtension.cs:
  855. * ServiceDescriptionFormatExtensionCollection.cs:
  856. * ServiceDescriptionImportWarnings.cs:
  857. * SoapAddressBinding.cs:
  858. * SoapBinding.cs:
  859. * SoapBindingStyle.cs:
  860. * SoapBindingUse.cs:
  861. * SoapBodyBinding.cs:
  862. * SoapExtensionImporter.cs:
  863. * SoapExtensionReflector.cs:
  864. * SoapFaultBinding.cs:
  865. * SoapHeaderBinding.cs:
  866. * SoapHeaderFaultBinding.cs:
  867. * SoapOperationBinding.cs:
  868. * SoapTransportImporter.cs:
  869. * Types.cs:
  870. 1. Add missing attributes as determined by reflection
  871. 2. Fix protection levels where appropriate
  872. 3. Add missing items where appropriate
  873. Basically, this was a change to remove all the X's from
  874. the project status page for this namespace :)
  875. 2002-07-19 Tim Coleman <[email protected]>
  876. * Binding.cs:
  877. * BindingCollection.cs:
  878. * ChangeLog:
  879. * DocumentableItem.cs:
  880. * FaultBinding.cs:
  881. * FaultBindingCollection.cs:
  882. * HttpAddressBinding.cs:
  883. * HttpBinding.cs:
  884. * HttpOperationBinding.cs:
  885. * HttpUrlEncodedBinding.cs:
  886. * HttpUrlReplacementBinding.cs:
  887. * Import.cs:
  888. * ImportCollection.cs:
  889. * InputBinding.cs:
  890. * Message.cs:
  891. * MessageBinding.cs:
  892. * MessageCollection.cs:
  893. * MessagePart.cs:
  894. * MessagePartCollection.cs:
  895. * MimeContentBinding.cs:
  896. * MimeMultipartRelatedBinding.cs:
  897. * MimePart.cs:
  898. * MimePartCollection.cs:
  899. * MimeTextBinding.cs:
  900. * MimeTextMatch.cs:
  901. * MimeTextMatchCollection.cs:
  902. * MimeXmlBinding.cs:
  903. * Operation.cs:
  904. * OperationBinding.cs:
  905. * OperationBindingCollection.cs:
  906. * OperationCollection.cs:
  907. * OperationFault.cs:
  908. * OperationFaultCollection.cs:
  909. * OperationFlow.cs:
  910. * OperationInput.cs:
  911. * OperationMessage.cs:
  912. * OperationMessageCollection.cs:
  913. * OperationOutput.cs:
  914. * OutputBinding.cs:
  915. * Port.cs:
  916. * PortCollection.cs:
  917. * PortType.cs:
  918. * PortTypeCollection.cs:
  919. * ProtocolImporter.cs:
  920. * ProtocolReflector.cs:
  921. * Service.cs:
  922. * ServiceCollection.cs:
  923. * ServiceDescription.cs:
  924. * ServiceDescriptionBaseCollection.cs:
  925. * ServiceDescriptionCollection.cs:
  926. * ServiceDescriptionFormatExtension.cs:
  927. * ServiceDescriptionFormatExtensionCollection.cs:
  928. * ServiceDescriptionImportStyle.cs:
  929. * ServiceDescriptionImportWarnings.cs:
  930. * ServiceDescriptionImporter.cs:
  931. * ServiceDescriptionReflector.cs:
  932. * SoapAddressBinding.cs:
  933. * SoapBinding.cs:
  934. * SoapBindingStyle.cs:
  935. * SoapBindingUse.cs:
  936. * SoapBodyBinding.cs:
  937. * SoapExtensionImporter.cs:
  938. * SoapExtensionReflector.cs:
  939. * SoapFaultBinding.cs:
  940. * SoapHeaderBinding.cs:
  941. * SoapHeaderFaultBinding.cs:
  942. * SoapOperationBinding.cs:
  943. * SoapProtocolImporter.cs:
  944. * SoapTransportImporter.cs:
  945. * Types.cs:
  946. Initial implementation