ChangeLog 42 KB

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