ChangeLog 35 KB

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