ChangeLog 32 KB

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