ChangeLog 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040
  1. 2009-07-02 Atsushi Enomoto <[email protected]>
  2. * ContractDescriptionGenerator.cs : do not reject derived service
  3. contract from another service contract type.
  4. 2009-06-10 Atsushi Enomoto <[email protected]>
  5. * ServiceThrottlingBehavior.cs : implement Validate() (nothing to do
  6. here).
  7. 2009-06-09 Atsushi Enomoto <[email protected]>
  8. * ServiceThrottlingBehavior.cs : implement.
  9. 2009-05-28 Atsushi Enomoto <[email protected]>
  10. * ContractDescriptionGenerator.cs : fill ProtectionLevel by
  11. OperationContractAttribute.
  12. 2009-05-13 Atsushi Enomoto <[email protected]>
  13. * ServiceCredentials.cs : IServiceBehavior.Validate() should not
  14. throw NIE. No check so far.
  15. 2009-03-06 Atsushi Enomoto <[email protected]>
  16. * MessageBodyDescription.cs, MessagePartDescription.cs,
  17. OperationDescription.cs, MessageDescriptionCollection.cs:
  18. clean up extra todos.
  19. 2009-03-05 Atsushi Enomoto <[email protected]>
  20. * ContractDescriptionGenerator.cs : fill service known types.
  21. 2009-02-26 Atsushi Enomoto <[email protected]>
  22. * ServiceContractGenerator.cs : ClientBase<> argument type must be
  23. class (the class itself is to be fixed soon as well).
  24. 2009-02-20 Atsushi Enomoto <[email protected]>
  25. * ServiceEndpoint.cs : moved CreateRuntime() from ChannelFactory<T>.
  26. 2009-02-12 Atsushi Enomoto <[email protected]>
  27. * ContractDescriptionGenerator.cs : do not write body wrapper element
  28. when IsWrapped = false.
  29. 2009-02-04 Atsushi Enomoto <[email protected]>
  30. * ServiceContractGenerator.cs : add async operation support (might
  31. be hacky under some condition).
  32. 2009-01-23 Atsushi Enomoto <[email protected]>
  33. * ContractDescriptionGenerator.cs : async begin method with
  34. [MessageContract] has 3 parameters, not 1.
  35. 2009-01-22 Atsushi Enomoto <[email protected]>
  36. * DataContractSerializerMessageContractImporter.cs :
  37. for such an element that does not contain schema type but has a
  38. type reference, use ImportSchemaType().
  39. 2009-01-21 Atsushi Enomoto <[email protected]>
  40. * DataContractSerializerMessageContractImporter.cs :
  41. some refactoring. Process all schemas, including those in WSDLs.
  42. 2009-01-07 Atsushi Enomoto <[email protected]>
  43. * ContractDescription.cs : fix by corcompare.
  44. 2008-05-28 Noam Lampert <[email protected]>
  45. * ContractDescriptionGenerator.cs: Allow services to implement more than one contract.
  46. 2008-05-22 Noam Lampert <[email protected]>
  47. * ServiceDebugBehavior.cs: Correctly propagate IncludeExceptionDetailsInFaults. Previous code
  48. overwrote values set in ServiceBehaviorAttribute.
  49. 2008-05-22 Roei Erez <[email protected]>
  50. * fix ContractDescription.GetContract implementation
  51. * Refactor Request processing
  52. * Add support for message inspectors
  53. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  54. like: ReleaseServiceInstance, Open, Close...
  55. * Add relevant test cases.
  56. 2008-05-01 Eyal Alaluf <[email protected]>
  57. * ContractDescriptionGenerator.cs: Support specifying custom names of
  58. operations, actions, parameters and return value via attributes.
  59. 2008-04-21 Igor Zelmanovich <[email protected]>
  60. * ServiceDebugBehavior.cs: implement ApplyDispatchBehavior.
  61. * ServiceMetadataBehavior.cs: fix ApplyDispatchBehavior.
  62. * ServiceMetadataExtension.cs: refactoring, serves both
  63. ServiceDebugBehavior and ServiceMetadataBehavior by providing suitable
  64. functionality.
  65. 2008-04-21 Igor Zelmanovich <[email protected]>
  66. * WsdlExporter.cs: fix ExportEndpoint: SoapBinding.Style is initialized
  67. with SoapBindingStyle.Document value.
  68. 2008-04-17 Vladimir Krasnov <[email protected]>
  69. * ServiceEndpoint.cs: fixed Name property
  70. 2008-04-10 Eyal Alaluf <[email protected]>
  71. * TypedMessageConverter.cs: Simplified to use XmlMessagesFormatter and
  72. DataContractMessagesFormatter that handle the actual message
  73. serialization/deserialization.
  74. Added support for XmlSerializaerFormat serialization.
  75. * ContractDescriptionGenerator.cs: Refactored to expose utilities for
  76. creating MessageDescription from types for TypedMessageConverter use.
  77. * ServiceModelInternalConverter.cs: Removed.
  78. 2008-04-08 Roei Erez <[email protected]>
  79. * ServiceAuthorizationBehavior.cs:
  80. -- remove throwing NotImplementedException and add MonoTODO
  81. * ServiceDebugBehavior.cs
  82. -- remove throwing NotImplementedException and add MonoTODO
  83. * ServiceEndpoint.cs
  84. -- Add validate method.
  85. * ServiceMetadataBehavior.cs
  86. -- remove throwing NotImplementedException and add MonoTODO
  87. 2008-03-24 Igor Zelmanovich <[email protected]>
  88. * PolicyVersion.cs: imפlement ToString method, fix Namespace property.
  89. * ServiceTimeoutsBehavior.cs: add internal class behavior corresponds
  90. ServiceTimeoutsElement.
  91. 2008-03-23 Vladimir Krasnov <[email protected]>
  92. * ContractDescriptionGenerator.cs: fixed GetMessage, fixed namespace
  93. while creating message part
  94. 2008-03-04 Eyal Alaluf <[email protected]>
  95. * ContractDescriptionGenerator.cs: Init ConfigurationName from attribute.
  96. 2008-02-27 Eyal Alaluf <[email protected]>
  97. * MetadataSectionSerializerBase.cs WSTrustMessageConverters.cs:
  98. Fix compilation warnings.
  99. 2008-02-16 Atsushi Enomoto <[email protected]>
  100. * CallbackDebugBehavior.cs : new class.
  101. 2008-02-15 Atsushi Enomoto <[email protected]>
  102. * ContractDescriptionGenerator.cs : When reflecting a method,
  103. iterate attributes and added such attribute that implements
  104. IOperationBehavior to operation's Behaviors.
  105. 2007-08-17 Atsushi Enomoto <[email protected]>
  106. * TypedMessageConverter.cs, ServiceModelInternalConverter.cs,
  107. ContractDescriptionGenerator.cs : significant rewrite for
  108. message serialization and deserialization. Proxy types are not
  109. created anymore. Instead, serializers are created for every
  110. message member. (Deserialization had been broken due to missing
  111. default constructor of the proxy type.)
  112. 2007-08-16 Atsushi Enomoto <[email protected]>
  113. * ServiceModelInternalConverter.cs : use MessagePartDescription.Name
  114. instead of MemberInfo.Name.
  115. 2007-08-16 Atsushi Enomoto <[email protected]>
  116. * TypedMessageConverter.cs ServiceModelInternalConverter.cs
  117. ContractDescriptionGenerator.cs :
  118. support MessageContractAttribute wrapper name specification and
  119. non-wrapping outputs.
  120. 2007-07-26 Atsushi Enomoto <[email protected]>
  121. * ContractDescriptionGenerator.cs : reverted previous change. It is
  122. conceptually wrong. RegisterInfo serialization is still possible
  123. because it could contain private DataContract member which works
  124. as a proxy to get or set properties on the RegisterInfo itself.
  125. 2007-07-26 Atsushi Enomoto <[email protected]>
  126. * ContractDescriptionGenerator.cs : added hack to support
  127. [MessageContract] type which has no [MessageBody] member.
  128. 2007-03-30 Atsushi Enomoto <[email protected]>
  129. * WSTrustSTSContract.cs : write prefixes.
  130. 2007-03-27 Atsushi Enomoto <[email protected]>
  131. * WSTrustMessageConverters.cs, WSTrustSTSContract.cs:
  132. now they could be used for both TLS and SPNego.
  133. 2007-03-20 Atsushi Enomoto <[email protected]>
  134. * WSTrustMessageConverters.cs : fixed incorrect empty element check.
  135. * WSTrustSTSContract.cs :
  136. Fixed Lifetime content namespace. Write KeySize.
  137. 2007-03-20 Atsushi Enomoto <[email protected]>
  138. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  139. process RequestedProofToken as raw TLS 1.0 application data, which
  140. is likely a shared key.
  141. 2007-03-19 Atsushi Enomoto <[email protected]>
  142. * WSTrustSTSContract.cs : support t:Authenticator output in RSTR.
  143. 2007-03-13 Atsushi Enomoto <[email protected]>
  144. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  145. (This inidividual commit breaks the build.)
  146. Support all xml contents required for Sslnego RSTR collection.
  147. 2007-03-08 Atsushi Enomoto <[email protected]>
  148. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  149. Added IssueReply() operation to support RSTR from client.
  150. Several fixes to read and write RSTR correctly.
  151. 2007-03-07 Atsushi Enomoto <[email protected]>
  152. * ServiceMetadataExtension.cs :
  153. DispatchRuntime.InternalEndpointDispatcher was eliminated.
  154. 2007-03-05 Atsushi Enomoto <[email protected]>
  155. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  156. added missing support for token negotiation (WS-Trust section 10.3).
  157. 2007-01-11 Atsushi Enomoto <[email protected]>
  158. * ServiceCredentials.cs : oops.
  159. 2007-01-11 Atsushi Enomoto <[email protected]>
  160. * ClientCredentials.cs, ServiceCredentials.cs : Clone() throws
  161. NotImplementedException when it returns an instance of different
  162. type.
  163. 2006-12-14 Atsushi Enomoto <[email protected]>
  164. * ServiceMetadataExtension.cs : raising an NIE than returning null
  165. is better (at least it avoids extra debugging).
  166. 2006-12-04 Atsushi Emomoto <[email protected]>
  167. * WsdlExporter.cs : Binding.MessageVersion could be null.
  168. 2006-12-04 Atsushi Emomoto <[email protected]>
  169. * DataContractSerializerMessageContractImporter.cs :
  170. The latest XmlSchemaImporter.ImportTypeMapping() correctly reports
  171. an error for xs:* primitive type argument. So it should not do
  172. that as well.
  173. 2006-12-04 Atsushi Emomoto <[email protected]>
  174. * MetadataSectionSerializerBase.cs : Build fix.
  175. It was based on old 2.0 beta API
  176. 2006-10-18 Ankit Jain <[email protected]>
  177. * ServiceMetadataBehavior.cs (AddBindingParameters): Add endpoint for
  178. HTTP GET requests.
  179. (ApplyDispatchBehavior): Move code to add *InstanceContextProviders to ..
  180. * ServiceMetadataExtension.cs (ServiceMetadataExtension.Attach): .. here.
  181. (HttpGetWsdl): Service HTTP GET requests like ?wsdl.
  182. 2006-10-17 Ankit Jain <[email protected]>
  183. * WsdlExporter.cs (ExportEndpoint): Don't emit Soap* if
  184. MessageVersion.None
  185. (ExportService): Likewise.
  186. 2006-10-13 Ankit Jain <[email protected]>
  187. * WsdlExporter.cs (ExportContract): Move code to ..
  188. (ExportContractInternal): .. this. Add support for IWsdlExportExtension.
  189. (ExportEndpoint): Add support for IWsdlExportExtension.
  190. (ExportService): Return Port.
  191. * DataContractSerializerOperationBehavior.cs : Add IWsdlExportExtension
  192. interface.
  193. 2006-10-12 Atsushi Emomoto <[email protected]>
  194. * ServiceDebugBehavior.cs : added Http[s]Help properties.
  195. 2006-10-04 Atsushi Emomoto <[email protected]>
  196. * ServiceCredentials.cs : do nothing in ApplyDispatchBehavior().
  197. 2006-10-04 Atsushi Emomoto <[email protected]>
  198. * ContractDescriptionGenerator.cs : reject async begin method whose
  199. name does not begin with "Begin". (It even applies to operations
  200. which has OperationContractAttribute with an explicit name(!).)
  201. 2006-10-04 Ankit Jain <[email protected]>
  202. * ServiceAuthorizationBehavior.cs (ApplyDispatchBehavior): Remove NYI
  203. exception.
  204. * ServiceMetadataBehavior.cs (ApplyDispatchBehavior): Instantiate and add a
  205. ServiceMetadataExtension to service host's extensions. Also, set the
  206. InstanceContextProvider for endpoints with IMetadataExchange contract
  207. to MexInstanceContextProvider.
  208. * ServiceMetadataExtension.cs (Metadata): Add internal 'set'.
  209. 2006-10-04 Atsushi Emomoto <[email protected]>
  210. * OperationDescriptionCollection.cs,
  211. ContractDescriptionGenerator.cs : operation names must not conflict
  212. each other.
  213. 2006-10-04 Ankit Jain <[email protected]>
  214. * ServiceContractGenerator.cs (GenerateProxyClass): Make .ctors public.
  215. 2006-10-03 Atsushi Emomoto <[email protected]>
  216. * ContractDescriptionGenerator.cs : EndBlah() must not be assigned an
  217. OperationContractAttribute.
  218. 2006-09-22 Atsushi Emomoto <[email protected]>
  219. * LocalServiceSecuritySettings.cs : fix Clone().
  220. 2006-09-22 Atsushi Emomoto <[email protected]>
  221. * ContractDescriptionGenerator.cs : copy ProtectionLevel from attributes
  222. to descriptions if required.
  223. 2006-09-22 Atsushi Emomoto <[email protected]>
  224. * FaultDescription.cs, MessageDescription.cs, ContractDescription.cs,
  225. MessagePartDescription.cs, OperationDescription.cs :
  226. Fixed HasProtectionLevel. It is always true when ProtectionLevel is set.
  227. 2006-09-18 Ankit Jain <[email protected]>
  228. * WsdlExporter.cs (ExportEndpoint): Throw if endpoint.Binding is null.
  229. (ExportParameters):
  230. (ExportTypeMessage): Reprocess the schema.
  231. 2006-09-08 Ankit Jain <[email protected]>
  232. * WsdlExporter.cs (ExportParameters): Split into this and ..
  233. (ExportMessageBodyDescription): .. this.
  234. Check for duplicate message elements.
  235. (IsTypeMessage): Checks is a MessageBodyDescription has a single part of
  236. type System.ServiceModel.Channels.Message
  237. (ExportTypeMessage): Exports a complex type for type
  238. System.ServiceModel.Channels.Message
  239. 2006-09-07 Ankit Jain <[email protected]>
  240. * WsdlExporter.cs (ExportedContracts): New hashtable to keep track of
  241. the exported contracts.
  242. (ExportContract): Throw exception if contract has already been exported.
  243. 2006-09-07 Ankit Jain <[email protected]>
  244. * MetadataBundle.cs (MetadataSet.WriteTo): Remove WriteStartDocument
  245. as suggested by Atsushi.
  246. 2006-09-07 Ankit Jain <[email protected]>
  247. * MetadataBundle.cs (MetadataSet.WriteTo): Add WriteStartDocument.
  248. 2006-09-07 Ankit Jain <[email protected]>
  249. * WsdlExporter.cs (ExportService): Export <service> and <port>.
  250. (GetService): New.
  251. (XsdExporter): New. Update code to use this instead of the
  252. field, xsd_exporter.
  253. (schema_set): Remove.
  254. (GeneratedXmlSchemas): Use XsdExporter.Schemas directly.
  255. 2006-09-07 Ankit Jain <[email protected]>
  256. * WsdlExporter.cs (ExportContract): Add 'imports'.
  257. 2006-09-07 Atsushi Emomoto <[email protected]>
  258. * ServiceCredentials.cs : added missing members.
  259. 2006-09-06 Ankit Jain <[email protected]>
  260. * WsdlExporter.cs (ExportContract): Use String.Concat
  261. * ContractDescriptionGenerator.cs
  262. (ContractDescriptionGenerator.GetOperation): Set IsOneWay.
  263. * OperationDescription.cs (OperationDescription.IsOneWay): Add an
  264. internal setter.
  265. 2006-09-06 Ankit Jain <[email protected]>
  266. * WsdlExporter.cs (WsdlExporter.ExportEndpoint): Initial implementation.
  267. 2006-09-06 Atsushi Emomoto <[email protected]>
  268. * ServiceMetadataBehavior.cs : updated API to RC1.
  269. 2006-09-05 Ankit Jain <[email protected]>
  270. * WsdlExporter.cs (WsdlExporter.ExportContract): Add Namespaces.
  271. 2006-09-05 Atsushi Emomoto <[email protected]>
  272. * ServiceModelInternalConverter.cs : when a message part type is null
  273. (such as void return value), supply dummy type (object).
  274. 2006-09-05 Ankit Jain <[email protected]>
  275. * MetadataBundle.cs (MetadataSet.WriteTo): Implement.
  276. * MetadataSectionSerializerBase.cs (WriteObject_ServiceDescription): Use
  277. ServiceDescription.Serializer to serialize.
  278. 2006-09-05 Ankit Jain <[email protected]>
  279. * WsdlExporter.cs (WsdlExporter.AddImport): New.
  280. (WsdlExporter.GetSchemaElementForPart): Add 'schema' param.
  281. (WsdlExporter.ExportContract): Update to changes.
  282. 2006-09-05 Ankit Jain <[email protected]>
  283. * MetadataSection.cs (MetadataSection.CreateFromSchema): Implement.
  284. (MetadataSection.CreateFromServiceDescription): Implement.
  285. * WsdlExporter.cs (WsdlExporter.GetGeneratedMetadata): Update to use
  286. new methods above.
  287. 2006-09-04 Ankit Jain <[email protected]>
  288. * WsdlExporter.cs: Initial implementation for ExportContract.
  289. * MetadataExporter.cs (GetGeneratedMetadata): Fix signature.
  290. * ContractDescriptionGenerator.cs (GetMessage): Seperate Namespace and
  291. Name with "/" if its not there in Namespace.
  292. 2006-08-30 Atsushi Emomoto <[email protected]>
  293. * ServiceMetadataBehavior.cs : for now avoid NotImplementedException.
  294. * ServiceDebugBehavior.cs : implemented AddBindingParameters() and
  295. ApplyDispatchBehavior().
  296. * ServiceCredentials.cs : implemented AddBindingParameters().
  297. 2006-08-28 Atsushi Emomoto <[email protected]>
  298. * WSTrustMessageConverters.cs : added response reader class.
  299. 2006-08-23 Atsushi Emomoto <[email protected]>
  300. * WSTrustSTSContract.cs : rewritten to not use DataContract.
  301. * WSTrustMessageConverters.cs : new file.
  302. 2006-08-22 Atsushi Emomoto <[email protected]>
  303. * ClientCredentials.cs :
  304. CloneCore() is virtual. CreateSecurityTokenManager() is public.
  305. * ServiceCredentials.cs :
  306. Added secure conversation credential.
  307. CreateSecurityTokenManager() is public.
  308. 2006-08-16 Atsushi Emomoto <[email protected]>
  309. * WSTrustSTSContract.cs : added some more members in request type.
  310. WST request and response types are renamed.
  311. 2006-08-14 Atsushi Emomoto <[email protected]>
  312. * WSTrustSTSContract.cs : added internal interface for security token
  313. service (STS).
  314. 2006-08-11 Atsushi Emomoto <[email protected]>
  315. * ClientCredentials.cs : implement CreateSecurityTokenManager() and
  316. partly AddBindingParameters().
  317. * ServiceCredentials.cs : CreateSecurityTokenManager() as well.
  318. 2006-08-10 Atsushi Emomoto <[email protected]>
  319. * ClientCredentials.cs : temporarily comment out NIE in
  320. ApplyClientBehavior().
  321. 2006-08-02 Atsushi Emomoto <[email protected]>
  322. * MetadataSectionSerializerBase.cs : made internal, namespace fix.
  323. 2006-07-31 Ankit Jain <[email protected]>
  324. * MetadataExchangeClient.cs (GetMetadataInternal): Use
  325. MessageHeaders.MessageId instead of manually adding the header.
  326. (SoapEnvelopeNamespace): Remove.
  327. (AddressingNamespace): Remove.
  328. 2006-07-28 Atsushi Emomoto <[email protected]>
  329. * ServiceCredentials.cs :
  330. added missing IssuedTokenAuthentication property.
  331. 2006-07-27 Ankit Jain <[email protected]>
  332. * DataContractSerializerMessageContractImporter.cs (resolveElement): Use
  333. XmlSchemaSet.Compile ()
  334. 2006-07-28 Atsushi Emomoto <[email protected]>
  335. * ClientCredentials.cs : initialize SupportInteractive as true.
  336. 2006-07-28 Atsushi Emomoto <[email protected]>
  337. * LocalClientSecuritySettings.cs : moved to S.SM.Channels.
  338. 2006-07-27 Ankit Jain <[email protected]>
  339. * MessagePartDescription.cs (TypeName):
  340. (XmlTypeMapping): New, internal properties, used by
  341. ServiceContractGenerator.
  342. * DataContractSerializerMessageContractImporter.cs (ImportContract):
  343. Handle a void return type.
  344. (resolveElement):
  345. (resolveParticle): Use XmlSchemaImporter to fill in
  346. MessagePartDescription.XmlTypeMapping .
  347. (GetCLRTypeName): New.
  348. * ServiceContractGenerator.cs (.ctor): Set default options.
  349. (GenerateServiceContractType): Support ChannelInterface.
  350. (GenerateProxyClass): Emit more .ctors
  351. (GenerateChannelInterface): New.
  352. (ExportInterface): Emit ServiceContractAttribute.Namespace property.
  353. (ExportParameters): New. Extract code for emitting methods params from
  354. AddOperationMethods & AddImplementationMethods.
  355. (ExportMessages): New. Emits method params using MessageDescriptionCollection.
  356. (ExportDataContract): New. Emits code for a DataContract from a XmlTypeMapping.
  357. (GetXmlNamespace): New. Gets the Namespace param of XmlTypeAttribute or
  358. XmlRootAttribute.
  359. 2006-07-27 Ankit Jain <[email protected]>
  360. * MetadataResolver.cs (ResolveContracts): Move the exception handling
  361. code for MetadataProxy.Get to ..
  362. * MetadataExchangeClient.cs (GetMetadataInternal): .. here.
  363. 2006-07-21 Atsushi Enomoto <[email protected]>
  364. * ClientCredentials.cs : July CTP API updates.
  365. 2006-07-18 Atsushi Enomoto <[email protected]>
  366. * PolicyConversionContext.cs : GetFaultBindingAssertions() argument:
  367. MessageFault -> FaultDescription.
  368. 2006-07-14 Atsushi Enomoto <[email protected]>
  369. * TypedMessageConverter.cs : implemented FromMessage() for
  370. DataContract converter. Though it won't work right now.
  371. 2006-07-14 Atsushi Enomoto <[email protected]>
  372. * ServiceModelInternalConverter.cs : It was bug #78855, and is fixed.
  373. * TypedMessageConverter.cs :
  374. June CTP changed to write wrapper element.
  375. Default URI is http://tempuri.org/, trailing '/' was missing.
  376. 2006-07-14 Atsushi Enomoto <[email protected]>
  377. * ServiceModelInternalConverter.cs :
  378. The runtime errors are still there...
  379. 2006-07-14 Atsushi Enomoto <[email protected]>
  380. * IContractBehavior.cs : The API became sane in June CTP.
  381. * MatchAllEndpointBehavior.cs : vanished.
  382. 2006-07-14 Atsushi Enomoto <[email protected]>
  383. * ServiceModelInternalConverter.cs : assembly.Save() does not seem
  384. to be required anymore. Maybe it was a runtime bug.
  385. 2006-07-13 Ankit Jain <[email protected]>
  386. * MetadataImporter.cs:
  387. * WsdlImporter.cs:
  388. * DataContractSerializerMessageContractImporter.cs:
  389. * MetadataResolver.cs: Update to June CTP changes.
  390. 2006-07-13 Atsushi Enomoto <[email protected]>
  391. * ContractDescriptionGenerator.cs : fix async method handling. Since
  392. begin methods return IAsyncResult, not the return value type, it
  393. should not be used to generate MessagePartDescription.
  394. OperationContractAttribute.ReplyAction should not be ignored.
  395. 2006-07-12 Atsushi Enomoto <[email protected]>
  396. * WebServiceHelper.cs : comment out the entire source (unused now).
  397. 2006-07-12 Atsushi Enomoto <[email protected]>
  398. * IMetadataExchange.cs : another unexpected change ;-)
  399. 2006-07-12 Atsushi Enomoto <[email protected]>
  400. * IMetadataExchange.cs : take back async methods.
  401. 2006-07-12 Ankit Jain <[email protected]>
  402. * MetadataTransferClient.cs: Renamed to ..
  403. * MetadataExchangeClient.cs: .. this. Update to June CTP changes.
  404. (MetadataExchangeClient.MetadataProxy): Proxy for IMetadataExchange
  405. service contract.
  406. (MetadataExchangeClient.GetMetadataInternal): Move GetMetadata() code
  407. here. Updated to use MetadataProxy instead of doing everything manually.
  408. * MetadataSectionSerializerBase.cs: Regenerated for the updated API.
  409. * MetadataReference.cs: June CTP updates. Now implements
  410. IXmlSerializable.
  411. * MetadataResolver.cs: Update for related changes in other classes. June
  412. CTP updates pending.
  413. * MetadataExchangeBindings.cs
  414. (MetadataExchangeBindings.CreateMexHttpBinding): Implement.
  415. 2006-07-11 Atsushi Enomoto <[email protected]>
  416. * ServiceDebugBehavior.cs : new file.
  417. 2006-07-10 Atsushi Enomoto <[email protected]>
  418. * ContractDescriptionGenerator.cs : support AsyncPattern methods.
  419. 2006-07-07 Atsushi Enomoto <[email protected]>
  420. * MessageContractConverter.cs, ServiceModelInternalConverter.cs :
  421. renamed file from former to latter.
  422. 2006-07-06 Atsushi Enomoto <[email protected]>
  423. * ServiceContractGenerator.cs : in ClientBase, InnerProxy -> Channel.
  424. 2006-07-06 Atsushi Enomoto <[email protected]>
  425. * MessageContractConverter.cs : exception type changed.
  426. 2006-07-05 Atsushi Enomoto <[email protected]>
  427. * ContractDescriptionGenerator.cs :
  428. MessageBodyAttribute -> MessageBodyMemberAttribute.
  429. 2006-07-05 Atsushi Enomoto <[email protected]>
  430. * ReflectedContractCollection.cs : removed unused file.
  431. 2006-07-05 Atsushi Enomoto <[email protected]>
  432. * ContractDescription.cs, ContractDescriptionGenerator.cs :
  433. some June CTP updates (SessionMode).
  434. 2006-07-04 Atsushi Enomoto <[email protected]>
  435. * TypedMessageConverter.cs : June CTP update.
  436. 2006-07-04 Atsushi Enomoto <[email protected]>
  437. * ViaUriBehavior.cs : renamed to ClientViaBehavior.
  438. File name is also being changed.
  439. 2006-07-03 Ankit Jain <[email protected]>
  440. * WsdlImporter.cs:
  441. * MetadataImporter.cs: Update for changes in other files. (June CTP)
  442. 2006-07-03 Ankit Jain <[email protected]>
  443. * XmlSerializerMessageContractConverter.cs: Renaming type to ..
  444. * XmlSerializerMessageContractImporter.cs: .. this.
  445. * DataContractSerializerMessageContractConverter.cs: Renaming type to ..
  446. * DataContractSerializerMessageContractImporter.cs: .. this.
  447. * IOperationContractGenerator.cs: Renaming to ..
  448. * IOperationContractGenerationExtension.cs: .. this.
  449. * IServiceContractGenerator.cs: Renaming to ..
  450. * IServiceContractGenerationExtension.cs: .. this.
  451. * DataContractSerializerOperationBehavior.cs:
  452. * MetadataResolver.cs:
  453. * MetadataSection.cs: Update to June CTP changes.
  454. * WsdlImporter.cs:
  455. * ServiceContractGenerator.cs: Update for changes in other files.
  456. * IMetadataExchange.cs: New.
  457. * MetadataExchangeBindings.cs: New.
  458. 2006-06-22 Atsushi Enomoto <[email protected]>
  459. * MessageContractConverter.cs : in MessageBodyToDataContractType(),
  460. support ReturnValue part as well.
  461. 2006-06-22 Atsushi Enomoto <[email protected]>
  462. * ContractDescriptionGenerator.cs : extracted public method
  463. GetOperationContractAttribute() from existing code.
  464. 2006-06-20 Atsushi Enomoto <[email protected]>
  465. * MessageContractConverter.cs : renaming type to
  466. ServiceModelInternalConverter as well as methods. Now it holds
  467. conversion from MessageBodyDescription to DataContract Type.
  468. * TypedMessageConverter.cs : dependent changes from above.
  469. * ContractDescriptionGenerator.cs :
  470. Temporarily commented out lines that rejects service contract
  471. that does not contain any operation contracts.
  472. Some refactoring.
  473. 2006-06-16 Ankit Jain <[email protected]>
  474. * MetadataSectionSerializerBase.cs: Remove debug Console.WriteLine-s.
  475. * WsdlImporter.cs: Streamline .ctors
  476. * MetadataImporter.cs: Likewise.
  477. * MetadataResolver.cs (MetadataResolver.Resolve): Update to use
  478. WSTransferGet instead of WsTransferGet.
  479. 2006-06-12 Atsushi Enomoto <[email protected]>
  480. * MessageContractConverter.cs, TypedMessageConverter.cs :
  481. Now it generates correct code, still emitting extra assemblies...
  482. 2006-06-12 Atsushi Enomoto <[email protected]>
  483. * MessageContractConverter.cs :
  484. Now it generates code (which is incorrect), spitting dummy.dll
  485. everywhere you run code that uses TypedMessageConverter...
  486. 2006-06-12 Ankit Jain <[email protected]>
  487. * MetadataSectionSerializerBase.cs: New.
  488. * MetadataBundle.cs (MetadataSet.ReadFrom): Use XmlSerializer for
  489. deserializing.
  490. (MetadataSet.ReadXml): Use MetadataSectionSerializer to deserialize
  491. MetadataSection-s.
  492. * MetadataImporter.cs (MetadataImporter..ctor): Use a predefined list of
  493. IPolicyImportExtensions if none is specified.
  494. * WsdlImporter.cs (WsdlImporter.ImportAllContracts): Cache the imported contracts.
  495. (WsdlImporter.ImportAllEndpoints): Implement.
  496. (WsdlImporter.ImportEndpoint): Likewise.
  497. (WsdlImporter..ctor): Use a predefined list of IWsdlImportExtentions if
  498. none is specified.
  499. * IWsdlImporter.cs (ImportContract):
  500. (ImportEndpoint): Fix param names.
  501. * WsdlEndpointConversionContext.cs: Update .ctor, and implement
  502. properties.
  503. * ServiceContractGenerator.cs: Update to not depend on
  504. contractDescription.ContractType as it can be null.
  505. * DataContractSerializerMessageContractConverter.cs (.resolveParticle):
  506. Add 'depth' param.
  507. 2006-06-12 Atsushi Enomoto <[email protected]>
  508. * TypedMessageConverter.cs, MessageContractConverter.cs :
  509. ongoing implementation using Mono.CodeGeneration.
  510. 2006-05-29 Atsushi Enomoto <[email protected]>
  511. * ServiceCredentials.cs, ClientCredentials.cs,
  512. ServiceMetadataBehavior.cs : moved from Sys.SvcModel.
  513. 2006-05-29 Atsushi Enomoto <[email protected]>
  514. * TypedMessageConverter.cs : some ToMessage() code.
  515. * MessageContractConverter.cs,
  516. * ContractDescriptionGenerator.cs : some code to generate contract
  517. type from an arbitrary Type.
  518. 2006-04-27 Ankit Jain <[email protected]>
  519. * WsdlImporter.cs:
  520. * DataContractSerializerMessageContractConverter.cs:
  521. * MetadataImporter.cs:
  522. * WsdlContractConversionContext.cs: Change member field names from
  523. camelCase to underscore_names.
  524. 2006-04-26 Ankit Jain <[email protected]>
  525. * MetadataBundle.cs (MetadataSet.ReadFrom): Initial implementation.
  526. (MetadataSet.Attributes): Add missing property.
  527. * MetadataReference.cs: Fix to match Feb CTP.
  528. * MetadataResolver.cs: Likewise.
  529. * MetadataSection.cs: Likewise.
  530. * MetadataImporter.cs (PolicyExtensions): Implement property.
  531. * MetadataTransferClient.cs (GetMetadata): Initial implementation.
  532. * WsdlImporter.cs: Initial implementation.
  533. * OperationDescription.cs (.ctor): Set is_initiating = true.
  534. * MessageDescription.cs (.ctor): 'action' parameter can be null or
  535. zero-length.
  536. * MessageBodyDescription.cs (Parts): Add internal set method.
  537. * WsdlContractConversionContext.cs (Contract): Implement property.
  538. (WsdlPortType): Likewise.
  539. * DataContractSerializerMessageContractConverter.cs (ImportContract):
  540. Initial implementation.
  541. * WebServiceHelper.cs: Copied from
  542. mcs/class/System.Web.Services/System.Web.Services.Protocols
  543. 2006-04-14 Atsushi Enomoto <[email protected]>
  544. * ContractDescriptionGenerator.cs : it is internal.
  545. * ServiceContractGenerator.cs : minimum implementation for
  546. GenerateServiceContractType() for "client-proxy-gen" tool.
  547. 2006-04-05 Atsushi Enomoto <[email protected]>
  548. * ContractDescriptionGenerator.cs : reject operation-less contract.
  549. 2006-04-05 Atsushi Enomoto <[email protected]>
  550. * ContractDescriptionGenerator.cs : The target contract type should be
  551. the interface, not the implementation type.
  552. 2006-03-17 Atsushi Enomoto <[email protected]>
  553. * ContractDescription.cs : extracted GetContract() implementation
  554. part into ContractDescriptionGenerator.cs.
  555. * ContractDescriptionGenerator.cs : new file.
  556. 2006-03-14 Atsushi Enomoto <[email protected]>
  557. * ServiceEndpointCollection.cs WsdlImporter.cs
  558. PolicyConversionContext.cs OperationDescriptionCollection.cs
  559. PolicyAssertionCollection.cs MessageDescriptionCollection.cs :
  560. couple of API fixes.
  561. 2006-02-23 Atsushi Enomoto <[email protected]>
  562. * PeerSecurityBehavior.cs ServiceCredentials.cs
  563. ServiceAuthorizationBehavior.cs :
  564. Dependent fixes for System.IdentityModel reorgainzation.
  565. 2006-02-23 Atsushi Enomoto <[email protected]>
  566. * EndpointBehaviorCollection.cs ChannelDescription.cs
  567. MessageHeaderDescriptionCollection.cs ServiceCredentials.cs
  568. FaultDescription.cs TypedMessageConverter.cs
  569. AspNetIntegrationRequirementsAttribute.cs
  570. MessageDescription.cs MessagePartDescriptionCollection.cs
  571. OperationBehaviorCollection.cs ListenUriBehavior.cs
  572. ServiceAuthorizationBehavior.cs ChannelBehaviorCollection.cs
  573. MessageBodyDescription.cs IContractBehavior.cs
  574. MessagePropertyDescriptionCollection.cs
  575. ContractBehaviorCollection.cs BehaviorCollection.cs
  576. ServiceEndpointCollection.cs ContractDescription.cs
  577. XmlFormatterOperationBehavior.cs FaultDescriptionCollection.cs
  578. ServiceSecurityAuditBehavior.cs IChannelBehavior.cs
  579. ServiceDescription.cs OperationBehaviorAttribute.cs
  580. MatchAllEndpointBehavior.cs IEndpointBehavior.cs
  581. ServiceMetadataBehavior.cs XmlSerializerOperationBehavior.cs
  582. ServiceBehaviorCollection.cs HostedBindingBehavior.cs
  583. MessageHeaderDescription.cs ViaUriBehavior.cs
  584. MessagePartDescription.cs OperationDescriptionCollection.cs
  585. IServiceBehavior.cs IOperationBehavior.cs
  586. MessagePropertyDescription.cs MustUnderstandBehavior.cs
  587. ServiceEndpoint.cs PeerSecurityBehavior.cs
  588. OperationDescription.cs MessageDescriptionCollection.cs
  589. ReflectedContractCollection.cs :
  590. moved from System.ServiceModel due to the API changes.
  591. 2006-02-23 Atsushi Enomoto <[email protected]>
  592. * ChannelBuildContext.cs ContractExportBehavior.cs
  593. IMessageEncodingBindingElement.cs IOperationContractGenerator.cs
  594. IPolicyImporter.cs IServiceContractGenerator.cs
  595. IStreamUpgradeBindingElement.cs ITransportTokenAssertionProvider.cs
  596. IWsdlExporter.cs IWsdlImporter.cs InvalidChannelBindingException.cs
  597. IpolicyExporter.cs MessageEncodingBindingElementConverter.cs
  598. MetadataConversionError.cs MetadataExporter.cs MetadataImporter.cs
  599. MetadataResolver.cs OperationContractGenerationContext.cs
  600. PolicyConversionContext.cs ReliableSessionBindingElementConverter.cs
  601. SecurityBindingElementConverter.cs
  602. ServiceContractGenerationContext.cs ServiceContractGenerator.cs
  603. ServiceThrottlingBehavior.cs
  604. TransactionFlowBindingElementConverter.cs
  605. TransportBindingElementConverter.cs WsdlContractConversionContext.cs
  606. WsdlEndpointConversionContext.cs WsdlExporter.cs WsdlImporter.cs
  607. XmlFormatterMessageContractConverter.cs
  608. XmlSerializerMessageContractConverter.cs :
  609. Feb. CTP API changes - chapter 1.
  610. 2006-02-14 Atsushi Enomoto <[email protected]>
  611. * ServiceThrottlingBehavior.cs : ServiceThrottle was moved.
  612. 2006-01-26 Atsushi Enomoto <[email protected]>
  613. * ChannelBuildContext.cs :
  614. All builder methods now "reset" UnhandledBindingElements after
  615. the outermost processing.
  616. 2006-01-26 Atsushi Enomoto <[email protected]>
  617. * ChannelBuildContext.cs :
  618. Use BindingElement's BuildBlahFactory directly. Implemented Clone().
  619. * ChannelLoader.cs : removed obsolete type.
  620. 2005-11-21 Atsushi Enomoto <[email protected]>
  621. * XmlSerializerMessageContractConverter.cs,
  622. MessageEncodingBindingElementConverter.cs,
  623. XmlFormatterMessageContractConverter.cs : new files in Nov. CTP.
  624. 2005-11-21 Atsushi Enomoto <[email protected]>
  625. * ServiceLoader.cs, TypeLoader.cs : removed.
  626. 2005-11-21 Atsushi Enomoto <[email protected]>
  627. * ChannelBuildContext.cs : IListener/-Factory vanished in Nov. CTP.
  628. 2005-11-20 Atsushi Enomoto <[email protected]>
  629. * IWsdlExporter.cs, InvalidChannelBindingException.cs,
  630. MetadataImporter.cs, IWsdlImporter.cs, IPolicyImporter.cs,
  631. MetadataConversionError.cs, IpolicyExporter.cs,
  632. MetadataExporter.cs, PolicyConversionContext.cs :
  633. New files in beta2
  634. * ITypeResolver.cs, WsdlBindingConversionContext.cs,
  635. IWsdlBindingElementConverter.cs,
  636. WsdlOperationBindingCoversionContext.cs,
  637. WsdlMessageBindingConversionContext.cs,
  638. WsdlMessageConversionContext.cs, IWsdlBindingConverter.cs,
  639. IWsdlContractConverter.cs, IWsdlEndpointConverter.cs,
  640. WsdlConversionContext.cs, WsdlConverters.cs,
  641. InvalidSettingsException.cs, WsdlBindingConverterBase.cs,
  642. WsdlConversionError.cs, CustomBindingConverter.cs,
  643. WsdlOperationConversionContext.cs :
  644. Removed in beta2
  645. * ReliableSessionBindingElementConverter.cs, ServiceLoader.cs,
  646. TransportBindingElementConverter.cs, ContractExportBehavior.cs,
  647. ChannelLoader.cs, WsdlExporter.cs, MetadataResolver.cs,
  648. SecurityBindingElementConverter.cs,
  649. WsdlContractConversionContext.cs,
  650. WsdlEndpointConversionContext.cs, WsdlImporter.cs,
  651. ServiceThrottlingBehavior.cs, ServiceContractGenerator.cs,
  652. TypeLoader.cs, TransactionFlowBindingElementConverter.cs :
  653. Updated signatures to beta2.
  654. 2005-11-20 Atsushi Enomoto <[email protected]>
  655. * ChannelBuildContext.cs : was seeing
  656. http://savas.parastatidis.name/2005/04/08/4b0b99b1-92c6-4442-ab2e-4c4951009ef4.aspx
  657. and modified channel build logic a bit.
  658. 2005-10-31 Atsushi Enomoto <[email protected]>
  659. * ServiceThrottlingBehavior.cs : implemented ApplyBehavior().
  660. 2005-10-26 Atsushi Enomoto <[email protected]>
  661. * ChannelBuildContext.cs : added DequeueBindingElement() for
  662. BindingElements' internal use. It becomes UnhandledBindingElements.
  663. 2005-10-26 Atsushi Enomoto <[email protected]>
  664. * ChannelBuildContext.cs : implemented BuildListenerFactory().
  665. 2005-10-26 Atsushi Enomoto <[email protected]>
  666. * ChannelBuildContext.cs :
  667. several API fixes detected by improved corcompare.
  668. 2005-10-25 Atsushi Enomoto <[email protected]>
  669. * ChannelBuildContext.cs : added missing generic class constraint.
  670. 2005-10-20 Atsushi Enomoto <[email protected]>
  671. * ReliableSessionBindingElementConverter.cs,
  672. TransportBindingElementConverter.cs, ContractExportBehavior.cs,
  673. SecurityBindingElementConverter.cs,
  674. OperationContractGenerationContext.cs,
  675. ServiceContractGenerationContext.cs, InvalidSettingsException.cs
  676. WsdlBindingConverterBase.cs, WsdlConversionError.cs,
  677. CustomBindingConverter.cs, ServiceContractGenerator.cs,
  678. TransactionFlowBindingElementConverter.cs :
  679. added all missing bits.
  680. * Dummy.cs : finally removed.
  681. * ServiceThrottlingBehavior.cs, WsdlBindingConversionContext.cs :
  682. tiny API fix.
  683. 2005-10-13 Atsushi Enomoto <[email protected]>
  684. * ServiceLoader.cs : serviceType is moved to ServiceDescription.
  685. 2005-10-12 Atsushi Enomoto <[email protected]>
  686. * ServiceLoader.cs, TypeLoader.cs : implemented some.
  687. 2005-10-12 Atsushi Enomoto <[email protected]>
  688. * IWsdlEndpointConverter.cs, IOperationContractGenerator.cs,
  689. IServiceContractGenerator.cs, WsdlBindingConversionContext.cs,
  690. IWsdlBindingElementConverter.cs, IStreamUpgradeBindingElement.cs,
  691. WsdlContractConversionContext.cs,
  692. WsdlOperationBindingCoversionContext.cs,
  693. WsdlMessageBindingConversionContext.cs,
  694. WsdlEndpointConversionContext.cs, WsdlMessageConversionContext.cs,
  695. IWsdlBindingConverter.cs, WsdlOperationConversionContext.cs,
  696. IWsdlContractConverter.cs, ITransportTokenAssertionProvider.cs:
  697. new files for wsdl importer.
  698. * Dummy.cs : removed above.
  699. * WsdlConversionContext.cs, IMessageEncodingBindingElement.cs :
  700. tiny API fixes.
  701. 2005-10-11 Atsushi Enomoto <[email protected]>
  702. * IMessageEncodingBindingElement.cs : new file.
  703. * Dummy.cs : removed above.
  704. 2005-10-09 Atsushi Enomoto <[email protected]>
  705. * ChannelBuilderContext.cs : new file.
  706. * Dummy.cs : removed above.
  707. 2005-09-28 Atsushi Enomoto <[email protected]>
  708. * ServiceThrottlingBehavior.cs : moved from sys.ServiceModel dir.
  709. 2005-09-28 Atsushi Enomoto <[email protected]>
  710. * ITypeResolver.cs, ChannelLoader.cs, ServiceLoader.cs,
  711. TypeLoader.cs : new files.
  712. * Dummy.cs : removed those classes added above.