ChangeLog 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356
  1. 2010-03-16 Jb Evain <[email protected]>
  2. * ClientCredentials.cs, ContractDescription.cs,
  3. IEndpointBehavior.cs: use MOONLIGHT symbol to disambiguate
  4. MonoTouch and Moonlight code.
  5. 2010-03-15 Atsushi Enomoto <[email protected]>
  6. * ServiceEndpointCollection.cs : those overrides are rather to check
  7. null arguments, not to skip contract duplicates.
  8. 2010-03-12 Atsushi Enomoto <[email protected]>
  9. * MessageDescription.cs : implement MessageName.
  10. 2010-03-11 Atsushi Enomoto <[email protected]>
  11. * BaseMessagesFormatter.cs : add internal OperationFormatter type
  12. for moonlight/silverlight-sdk compatibility. It mostly wraps
  13. the existing the return value by BaseMessagesFormatter.Create().
  14. * DispatchOperation.cs, ClientOperation.cs, EndpointDispatcher.cs:
  15. use above new type.
  16. 2010-03-11 Atsushi Enomoto <[email protected]>
  17. * OperationDescription.cs, MessagePartDescription.cs,
  18. MessageDescription.cs : add internal moonlight compat stuff.
  19. 2010-03-11 Atsushi Enomoto <[email protected]>
  20. * XmlName.cs : new internal type for moonlight/SL SDK compatibility.
  21. 2010-02-23 Atsushi Enomoto <[email protected]>
  22. * MetadataResolver.cs : fix BeginResolve() overloads and use
  23. arguments as expected in Resolve().
  24. 2010-02-23 Atsushi Enomoto <[email protected]>
  25. * MetadataExchangeClient.cs : add missing members and implement some.
  26. 2010-02-23 Atsushi Enomoto <[email protected]>
  27. * WsdlImporter.cs : handle soapAction in operation binding too.
  28. Now it successfully generates proxy generation for Twitterlight:
  29. http://twitterlight.claritycon.com/TwitterWebService.asmx?WSDL
  30. 2010-02-23 Atsushi Enomoto <[email protected]>
  31. * DataContractSerializerMessageContractImporter.cs :
  32. consider schemas in wsdl documents.
  33. 2010-02-22 Atsushi Enomoto <[email protected]>
  34. * MetadataExchangeClient.cs, MetadataExchangeBindings.cs:
  35. support https.
  36. 2010-02-22 Atsushi Enomoto <[email protected]>
  37. * ServiceContractGenerator.cs : fix duplicate output.
  38. 2010-02-19 Atsushi Enomoto <[email protected]>
  39. * DataContractSerializerMessageContractImporter.cs :
  40. Pick correct elements to import. Not wrapper elements but each
  41. parameter and return value elements.
  42. 2010-02-19 Atsushi Enomoto <[email protected]>
  43. * DataContractSerializerMessageContractImporter.cs :
  44. remove extra parameter passing.
  45. 2010-02-19 Atsushi Enomoto <[email protected]>
  46. * ServiceContractGenerator.cs : add missing #ifs.
  47. 2010-02-19 Atsushi Enomoto <[email protected]>
  48. * ServiceContractGenerator.cs, MessagePartDescription.cs,
  49. DataContractSerializerMessageContractImporter.cs :
  50. add alternative implementation to use XsdDataContractImporter
  51. instead of XmlSchemaImporter hack.
  52. It requires -d:USE_DATA_CONTRACT_IMPORTER and not enabled yet, as
  53. it breaks some WSDL imports (such as memorabilia.hardrock.com).
  54. 2010-02-11 Atsushi Enomoto <[email protected]>
  55. * DataContractSerializerMessageContractImporter.cs : handle duration
  56. and guid which s.w.svc does not handle. Fix part of bug #579011.
  57. 2010-02-09 Atsushi Enomoto <[email protected]>
  58. * DataContractSerializerMessageContractImporter.cs,
  59. ServiceContractGenerator.cs: ArrayOfXxx does not exist in the type
  60. definition code. Use Xxx[] directly instead.
  61. 2010-02-08 Atsushi Enomoto <[email protected]>
  62. * MetadataBundle.cs, MetadataSet.cs : rename former to latter.
  63. 2010-02-04 Atsushi Enomoto <[email protected]>
  64. * ClientCredentials.cs, ContractDescription.cs,
  65. IEndpointBehavior.cs, IOperationBehavior.cs : add monotouch support
  66. for client behavior.
  67. 2010-01-28 Atsushi Enomoto <[email protected]>
  68. * ServiceContractGenerator.cs : when Options.AsynchronousMethods is
  69. specified, generate async methods *as well as* sync methods (i.e.
  70. not exclusively).
  71. In moonlight proxy generator (svcutil -moonlight) mode, sync
  72. methods will be removed at svcutil itself.
  73. This fix brings sync proxy methods back to monotouch.
  74. 2010-01-19 Atsushi Enomoto <[email protected]>
  75. * ServiceAuthorizationBehavior.cs : implement (it does almost
  76. nothing though).
  77. 2010-01-13 Atsushi Enomoto <[email protected]>
  78. * ContractDescriptionGenerator.cs : fill Operation.Faults.
  79. 2010-01-08 Atsushi Enomoto <[email protected]>
  80. * ContractDescriptionGenerator.cs : fix GetCallbackContract() to
  81. correctly retrieve ServiceContractAttribute from the service type,
  82. not the callback type. This ended up to get the bug #567672 sample
  83. working (but it will break at some stage as it involves some
  84. non-implemented classes).
  85. 2009-12-18 Atsushi Enomoto <[email protected]>
  86. * ServiceContractGenerator.cs :
  87. EventArgs are not nested classes.
  88. Result property of EventArgs is not IAsyncResult. It should be
  89. pulled from EndXxx() method, not from BeginXxx().
  90. 2009-12-18 Atsushi Enomoto <[email protected]>
  91. * ServiceContractGenerator.cs :
  92. add support for EventBasedAsynchronousMethods (3.5 SP1 / 2.1).
  93. 2009-12-18 Atsushi Enomoto <[email protected]>
  94. * ServiceMetadataExtension.cs : added a couple of FIXME comments.
  95. 2009-12-01 Atsushi Enomoto <[email protected]>
  96. * ClientCredentials.cs : more SL3 changes.
  97. 2009-11-25 Atsushi Enomoto <[email protected]>
  98. * ClientCredentials.cs : it is part of SL3 API, so adjusted for it.
  99. 2009-10-22 Atsushi Enomoto <[email protected]>
  100. * ServiceMetadataExtension.cs : channelDispatchers is keyed by URL,
  101. so it might have been skipped when the URLs are the same for wsdl
  102. and help. So, differentiate flags for mex and help, not to be
  103. exclusive. This fixes random-ish EndpointNotFound for WSDLs.
  104. 2009-10-22 Atsushi Enomoto <[email protected]>
  105. * ServiceMetadataExtension.cs : A few fixes for no-wsdl case: fix
  106. wrong html template, and do not throw NRE for the lack of WsdlUrl.
  107. 2009-10-20 Atsushi Enomoto <[email protected]>
  108. * ServiceMetadataExtension.cs : restructure internal channel property
  109. so that http channels can cope with it.
  110. 2009-10-16 Atsushi Enomoto <[email protected]>
  111. * ServiceMetadataExtension.cs : Handle all predefined mex bindings.
  112. Use DispatcherBuilder directly. Add mex listener property to
  113. distinguish the listener from http channel listeners later.
  114. 2009-10-15 Atsushi Enomoto <[email protected]>
  115. * ServiceMetadataExtension.cs : when serviceDebug and serviceMetadata
  116. shares the same URL, both of them must be set, not being skipped.
  117. 2009-10-15 Atsushi Enomoto <[email protected]>
  118. * ServiceDebugBehavior.cs, ServiceMetadataBehavior.cs,
  119. ServiceMetadataExtension.cs : Now HelpPage is differentiated from
  120. wsdl page. The help page now outputs correct URL (for WSDL).
  121. 2009-10-15 Atsushi Enomoto <[email protected]>
  122. * ServiceDebugBehavior.cs, ServiceMetadataBehavior.cs,
  123. ServiceMetadataExtension.cs : reduce extra args, static isn't
  124. required here. Add FIXME comments.
  125. 2009-10-15 Atsushi Enomoto <[email protected]>
  126. * ServiceMetadataExtension.cs : before fixing lots of wrong code,
  127. add primitive help page support to make sure base_uri is bogus.
  128. 2009-10-01 Atsushi Enomoto <[email protected]>
  129. * ServiceContractGenerator.cs : fixed sync client generator that
  130. incorrectly exited in the middle of proxy generator.
  131. 2009-09-17 Atsushi Enomoto <[email protected]>
  132. * ServiceMetadataExtension.cs : when its url is requested without
  133. any parameters, it simply returns the WSDL, not the help page.
  134. 2009-09-15 Atsushi Enomoto <[email protected]>
  135. * WebServiceHelper.cs : remove old code.
  136. 2009-09-11 Atsushi Enomoto <[email protected]>
  137. * ServiceMetadataExtension.cs : reflect ServiceHostBase change.
  138. 2009-09-11 Atsushi Enomoto <[email protected]>
  139. * ServiceDebugBehavior.cs : help page enabling properties are true
  140. by default (fix regressions).
  141. 2009-09-06 Atsushi Enomoto <[email protected]>
  142. * ContractDescriptionGenerator.cs : default action name is prepended
  143. "urn:", and on the other hand do not add extra '/' in such case.
  144. 2009-09-06 Atsushi Enomoto <[email protected]>
  145. * ContractDescriptionGenerator.cs : end method lookup should be
  146. done against the type that defines begin method.
  147. 2009-09-01 Atsushi Enomoto <[email protected]>
  148. * MustUnderstandBehavior.cs : fix build.
  149. 2009-09-01 Atsushi Enomoto <[email protected]>
  150. * ClientCredentials.cs, ClientViaBehavior.cs,
  151. MustUnderstandBehavior.cs : implement most of the methods.
  152. 2009-08-21 Atsushi Enomoto <[email protected]>
  153. * ServiceMetadataExtension.cs:
  154. some dependent changes to ServiceHostBase.
  155. 2009-08-11 Atsushi Enomoto <[email protected]>
  156. * DataContractSerializerOperationBehavior.cs : add missing members.
  157. 2009-08-11 Atsushi Enomoto <[email protected]>
  158. * MetadataExchangeClient.cs : add missing async methods.
  159. 2009-08-11 Atsushi Enomoto <[email protected]>
  160. * MetadataResolver.cs : added remaining methods.
  161. * MetadataExchangeClient.cs : a bit of required changes for above.
  162. 2009-08-11 Atsushi Enomoto <[email protected]>
  163. * ServiceDebugBehavior.cs, ServiceMetadataBehavior.cs :
  164. add Binding properties. Properties are now auto.
  165. * ServiceMetadataExtension.cs : take Binding too to build dispatcher.
  166. 2009-08-10 Atsushi Enomoto <[email protected]>
  167. * ServiceContractGenerator.cs : removed ChannelBase proxy stuff,
  168. which will be moved to svcutil source.
  169. The targets for extension should be the interface, not the client
  170. class.
  171. 2009-08-10 Atsushi Enomoto <[email protected]>
  172. * ServiceContractGenerator.cs,
  173. OperationContractGenerationContext.cs : support extensions i.e.
  174. IServiceContractGenerationExtension and IOperation...(ditto) .
  175. 2009-08-10 Atsushi Enomoto <[email protected]>
  176. * ServiceContractGenerator.cs : first step to add moonlight-based
  177. client proxy generator (it is not supported in 3.5. needs to be
  178. enabled by some hook, such as reflection-based hack).
  179. 2009-08-07 Atsushi Enomoto <[email protected]>
  180. * ContractDescription.cs : wcf & 2.1 is specially annoying land :(
  181. 2009-08-07 Atsushi Enomoto <[email protected]>
  182. * ContractDescriptionGenerator.cs : add new contract getter to
  183. create callback contract type (which does not demand
  184. ServiceContractAttribute).
  185. 2009-08-07 Atsushi Enomoto <[email protected]>
  186. * ServiceEndpoint.cs, ContractDescription.cs : moved client runtime
  187. creator from former to latter.
  188. 2009-08-06 Atsushi Enomoto <[email protected]>
  189. * ServiceEndpoint.cs : follow ClientRuntime change.
  190. 2009-07-31 Atsushi Enomoto <[email protected]>
  191. * ServiceEndpoint.cs : ListenUri defaults to Address.Uri.
  192. 2009-07-02 Atsushi Enomoto <[email protected]>
  193. * ContractDescriptionGenerator.cs : actually it had to fill all of
  194. the interface methods (and implementation methods).
  195. 2009-07-02 Atsushi Enomoto <[email protected]>
  196. * ContractDescriptionGenerator.cs : do not reject derived service
  197. contract from another service contract type.
  198. 2009-06-10 Atsushi Enomoto <[email protected]>
  199. * ServiceThrottlingBehavior.cs : implement Validate() (nothing to do
  200. here).
  201. 2009-06-09 Atsushi Enomoto <[email protected]>
  202. * ServiceThrottlingBehavior.cs : implement.
  203. 2009-05-28 Atsushi Enomoto <[email protected]>
  204. * ContractDescriptionGenerator.cs : fill ProtectionLevel by
  205. OperationContractAttribute.
  206. 2009-05-13 Atsushi Enomoto <[email protected]>
  207. * ServiceCredentials.cs : IServiceBehavior.Validate() should not
  208. throw NIE. No check so far.
  209. 2009-03-06 Atsushi Enomoto <[email protected]>
  210. * MessageBodyDescription.cs, MessagePartDescription.cs,
  211. OperationDescription.cs, MessageDescriptionCollection.cs:
  212. clean up extra todos.
  213. 2009-03-05 Atsushi Enomoto <[email protected]>
  214. * ContractDescriptionGenerator.cs : fill service known types.
  215. 2009-02-26 Atsushi Enomoto <[email protected]>
  216. * ServiceContractGenerator.cs : ClientBase<> argument type must be
  217. class (the class itself is to be fixed soon as well).
  218. 2009-02-20 Atsushi Enomoto <[email protected]>
  219. * ServiceEndpoint.cs : moved CreateRuntime() from ChannelFactory<T>.
  220. 2009-02-12 Atsushi Enomoto <[email protected]>
  221. * ContractDescriptionGenerator.cs : do not write body wrapper element
  222. when IsWrapped = false.
  223. 2009-02-04 Atsushi Enomoto <[email protected]>
  224. * ServiceContractGenerator.cs : add async operation support (might
  225. be hacky under some condition).
  226. 2009-01-23 Atsushi Enomoto <[email protected]>
  227. * ContractDescriptionGenerator.cs : async begin method with
  228. [MessageContract] has 3 parameters, not 1.
  229. 2009-01-22 Atsushi Enomoto <[email protected]>
  230. * DataContractSerializerMessageContractImporter.cs :
  231. for such an element that does not contain schema type but has a
  232. type reference, use ImportSchemaType().
  233. 2009-01-21 Atsushi Enomoto <[email protected]>
  234. * DataContractSerializerMessageContractImporter.cs :
  235. some refactoring. Process all schemas, including those in WSDLs.
  236. 2009-01-07 Atsushi Enomoto <[email protected]>
  237. * ContractDescription.cs : fix by corcompare.
  238. 2008-05-28 Noam Lampert <[email protected]>
  239. * ContractDescriptionGenerator.cs: Allow services to implement more than one contract.
  240. 2008-05-22 Noam Lampert <[email protected]>
  241. * ServiceDebugBehavior.cs: Correctly propagate IncludeExceptionDetailsInFaults. Previous code
  242. overwrote values set in ServiceBehaviorAttribute.
  243. 2008-05-22 Roei Erez <[email protected]>
  244. * fix ContractDescription.GetContract implementation
  245. * Refactor Request processing
  246. * Add support for message inspectors
  247. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  248. like: ReleaseServiceInstance, Open, Close...
  249. * Add relevant test cases.
  250. 2008-05-01 Eyal Alaluf <[email protected]>
  251. * ContractDescriptionGenerator.cs: Support specifying custom names of
  252. operations, actions, parameters and return value via attributes.
  253. 2008-04-21 Igor Zelmanovich <[email protected]>
  254. * ServiceDebugBehavior.cs: implement ApplyDispatchBehavior.
  255. * ServiceMetadataBehavior.cs: fix ApplyDispatchBehavior.
  256. * ServiceMetadataExtension.cs: refactoring, serves both
  257. ServiceDebugBehavior and ServiceMetadataBehavior by providing suitable
  258. functionality.
  259. 2008-04-21 Igor Zelmanovich <[email protected]>
  260. * WsdlExporter.cs: fix ExportEndpoint: SoapBinding.Style is initialized
  261. with SoapBindingStyle.Document value.
  262. 2008-04-17 Vladimir Krasnov <[email protected]>
  263. * ServiceEndpoint.cs: fixed Name property
  264. 2008-04-10 Eyal Alaluf <[email protected]>
  265. * TypedMessageConverter.cs: Simplified to use XmlMessagesFormatter and
  266. DataContractMessagesFormatter that handle the actual message
  267. serialization/deserialization.
  268. Added support for XmlSerializaerFormat serialization.
  269. * ContractDescriptionGenerator.cs: Refactored to expose utilities for
  270. creating MessageDescription from types for TypedMessageConverter use.
  271. * ServiceModelInternalConverter.cs: Removed.
  272. 2008-04-08 Roei Erez <[email protected]>
  273. * ServiceAuthorizationBehavior.cs:
  274. -- remove throwing NotImplementedException and add MonoTODO
  275. * ServiceDebugBehavior.cs
  276. -- remove throwing NotImplementedException and add MonoTODO
  277. * ServiceEndpoint.cs
  278. -- Add validate method.
  279. * ServiceMetadataBehavior.cs
  280. -- remove throwing NotImplementedException and add MonoTODO
  281. 2008-03-24 Igor Zelmanovich <[email protected]>
  282. * PolicyVersion.cs: imפlement ToString method, fix Namespace property.
  283. * ServiceTimeoutsBehavior.cs: add internal class behavior corresponds
  284. ServiceTimeoutsElement.
  285. 2008-03-23 Vladimir Krasnov <[email protected]>
  286. * ContractDescriptionGenerator.cs: fixed GetMessage, fixed namespace
  287. while creating message part
  288. 2008-03-04 Eyal Alaluf <[email protected]>
  289. * ContractDescriptionGenerator.cs: Init ConfigurationName from attribute.
  290. 2008-02-27 Eyal Alaluf <[email protected]>
  291. * MetadataSectionSerializerBase.cs WSTrustMessageConverters.cs:
  292. Fix compilation warnings.
  293. 2008-02-16 Atsushi Enomoto <[email protected]>
  294. * CallbackDebugBehavior.cs : new class.
  295. 2008-02-15 Atsushi Enomoto <[email protected]>
  296. * ContractDescriptionGenerator.cs : When reflecting a method,
  297. iterate attributes and added such attribute that implements
  298. IOperationBehavior to operation's Behaviors.
  299. 2007-08-17 Atsushi Enomoto <[email protected]>
  300. * TypedMessageConverter.cs, ServiceModelInternalConverter.cs,
  301. ContractDescriptionGenerator.cs : significant rewrite for
  302. message serialization and deserialization. Proxy types are not
  303. created anymore. Instead, serializers are created for every
  304. message member. (Deserialization had been broken due to missing
  305. default constructor of the proxy type.)
  306. 2007-08-16 Atsushi Enomoto <[email protected]>
  307. * ServiceModelInternalConverter.cs : use MessagePartDescription.Name
  308. instead of MemberInfo.Name.
  309. 2007-08-16 Atsushi Enomoto <[email protected]>
  310. * TypedMessageConverter.cs ServiceModelInternalConverter.cs
  311. ContractDescriptionGenerator.cs :
  312. support MessageContractAttribute wrapper name specification and
  313. non-wrapping outputs.
  314. 2007-07-26 Atsushi Enomoto <[email protected]>
  315. * ContractDescriptionGenerator.cs : reverted previous change. It is
  316. conceptually wrong. RegisterInfo serialization is still possible
  317. because it could contain private DataContract member which works
  318. as a proxy to get or set properties on the RegisterInfo itself.
  319. 2007-07-26 Atsushi Enomoto <[email protected]>
  320. * ContractDescriptionGenerator.cs : added hack to support
  321. [MessageContract] type which has no [MessageBody] member.
  322. 2007-03-30 Atsushi Enomoto <[email protected]>
  323. * WSTrustSTSContract.cs : write prefixes.
  324. 2007-03-27 Atsushi Enomoto <[email protected]>
  325. * WSTrustMessageConverters.cs, WSTrustSTSContract.cs:
  326. now they could be used for both TLS and SPNego.
  327. 2007-03-20 Atsushi Enomoto <[email protected]>
  328. * WSTrustMessageConverters.cs : fixed incorrect empty element check.
  329. * WSTrustSTSContract.cs :
  330. Fixed Lifetime content namespace. Write KeySize.
  331. 2007-03-20 Atsushi Enomoto <[email protected]>
  332. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  333. process RequestedProofToken as raw TLS 1.0 application data, which
  334. is likely a shared key.
  335. 2007-03-19 Atsushi Enomoto <[email protected]>
  336. * WSTrustSTSContract.cs : support t:Authenticator output in RSTR.
  337. 2007-03-13 Atsushi Enomoto <[email protected]>
  338. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  339. (This inidividual commit breaks the build.)
  340. Support all xml contents required for Sslnego RSTR collection.
  341. 2007-03-08 Atsushi Enomoto <[email protected]>
  342. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  343. Added IssueReply() operation to support RSTR from client.
  344. Several fixes to read and write RSTR correctly.
  345. 2007-03-07 Atsushi Enomoto <[email protected]>
  346. * ServiceMetadataExtension.cs :
  347. DispatchRuntime.InternalEndpointDispatcher was eliminated.
  348. 2007-03-05 Atsushi Enomoto <[email protected]>
  349. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  350. added missing support for token negotiation (WS-Trust section 10.3).
  351. 2007-01-11 Atsushi Enomoto <[email protected]>
  352. * ServiceCredentials.cs : oops.
  353. 2007-01-11 Atsushi Enomoto <[email protected]>
  354. * ClientCredentials.cs, ServiceCredentials.cs : Clone() throws
  355. NotImplementedException when it returns an instance of different
  356. type.
  357. 2006-12-14 Atsushi Enomoto <[email protected]>
  358. * ServiceMetadataExtension.cs : raising an NIE than returning null
  359. is better (at least it avoids extra debugging).
  360. 2006-12-04 Atsushi Emomoto <[email protected]>
  361. * WsdlExporter.cs : Binding.MessageVersion could be null.
  362. 2006-12-04 Atsushi Emomoto <[email protected]>
  363. * DataContractSerializerMessageContractImporter.cs :
  364. The latest XmlSchemaImporter.ImportTypeMapping() correctly reports
  365. an error for xs:* primitive type argument. So it should not do
  366. that as well.
  367. 2006-12-04 Atsushi Emomoto <[email protected]>
  368. * MetadataSectionSerializerBase.cs : Build fix.
  369. It was based on old 2.0 beta API
  370. 2006-10-18 Ankit Jain <[email protected]>
  371. * ServiceMetadataBehavior.cs (AddBindingParameters): Add endpoint for
  372. HTTP GET requests.
  373. (ApplyDispatchBehavior): Move code to add *InstanceContextProviders to ..
  374. * ServiceMetadataExtension.cs (ServiceMetadataExtension.Attach): .. here.
  375. (HttpGetWsdl): Service HTTP GET requests like ?wsdl.
  376. 2006-10-17 Ankit Jain <[email protected]>
  377. * WsdlExporter.cs (ExportEndpoint): Don't emit Soap* if
  378. MessageVersion.None
  379. (ExportService): Likewise.
  380. 2006-10-13 Ankit Jain <[email protected]>
  381. * WsdlExporter.cs (ExportContract): Move code to ..
  382. (ExportContractInternal): .. this. Add support for IWsdlExportExtension.
  383. (ExportEndpoint): Add support for IWsdlExportExtension.
  384. (ExportService): Return Port.
  385. * DataContractSerializerOperationBehavior.cs : Add IWsdlExportExtension
  386. interface.
  387. 2006-10-12 Atsushi Emomoto <[email protected]>
  388. * ServiceDebugBehavior.cs : added Http[s]Help properties.
  389. 2006-10-04 Atsushi Emomoto <[email protected]>
  390. * ServiceCredentials.cs : do nothing in ApplyDispatchBehavior().
  391. 2006-10-04 Atsushi Emomoto <[email protected]>
  392. * ContractDescriptionGenerator.cs : reject async begin method whose
  393. name does not begin with "Begin". (It even applies to operations
  394. which has OperationContractAttribute with an explicit name(!).)
  395. 2006-10-04 Ankit Jain <[email protected]>
  396. * ServiceAuthorizationBehavior.cs (ApplyDispatchBehavior): Remove NYI
  397. exception.
  398. * ServiceMetadataBehavior.cs (ApplyDispatchBehavior): Instantiate and add a
  399. ServiceMetadataExtension to service host's extensions. Also, set the
  400. InstanceContextProvider for endpoints with IMetadataExchange contract
  401. to MexInstanceContextProvider.
  402. * ServiceMetadataExtension.cs (Metadata): Add internal 'set'.
  403. 2006-10-04 Atsushi Emomoto <[email protected]>
  404. * OperationDescriptionCollection.cs,
  405. ContractDescriptionGenerator.cs : operation names must not conflict
  406. each other.
  407. 2006-10-04 Ankit Jain <[email protected]>
  408. * ServiceContractGenerator.cs (GenerateProxyClass): Make .ctors public.
  409. 2006-10-03 Atsushi Emomoto <[email protected]>
  410. * ContractDescriptionGenerator.cs : EndBlah() must not be assigned an
  411. OperationContractAttribute.
  412. 2006-09-22 Atsushi Emomoto <[email protected]>
  413. * LocalServiceSecuritySettings.cs : fix Clone().
  414. 2006-09-22 Atsushi Emomoto <[email protected]>
  415. * ContractDescriptionGenerator.cs : copy ProtectionLevel from attributes
  416. to descriptions if required.
  417. 2006-09-22 Atsushi Emomoto <[email protected]>
  418. * FaultDescription.cs, MessageDescription.cs, ContractDescription.cs,
  419. MessagePartDescription.cs, OperationDescription.cs :
  420. Fixed HasProtectionLevel. It is always true when ProtectionLevel is set.
  421. 2006-09-18 Ankit Jain <[email protected]>
  422. * WsdlExporter.cs (ExportEndpoint): Throw if endpoint.Binding is null.
  423. (ExportParameters):
  424. (ExportTypeMessage): Reprocess the schema.
  425. 2006-09-08 Ankit Jain <[email protected]>
  426. * WsdlExporter.cs (ExportParameters): Split into this and ..
  427. (ExportMessageBodyDescription): .. this.
  428. Check for duplicate message elements.
  429. (IsTypeMessage): Checks is a MessageBodyDescription has a single part of
  430. type System.ServiceModel.Channels.Message
  431. (ExportTypeMessage): Exports a complex type for type
  432. System.ServiceModel.Channels.Message
  433. 2006-09-07 Ankit Jain <[email protected]>
  434. * WsdlExporter.cs (ExportedContracts): New hashtable to keep track of
  435. the exported contracts.
  436. (ExportContract): Throw exception if contract has already been exported.
  437. 2006-09-07 Ankit Jain <[email protected]>
  438. * MetadataBundle.cs (MetadataSet.WriteTo): Remove WriteStartDocument
  439. as suggested by Atsushi.
  440. 2006-09-07 Ankit Jain <[email protected]>
  441. * MetadataBundle.cs (MetadataSet.WriteTo): Add WriteStartDocument.
  442. 2006-09-07 Ankit Jain <[email protected]>
  443. * WsdlExporter.cs (ExportService): Export <service> and <port>.
  444. (GetService): New.
  445. (XsdExporter): New. Update code to use this instead of the
  446. field, xsd_exporter.
  447. (schema_set): Remove.
  448. (GeneratedXmlSchemas): Use XsdExporter.Schemas directly.
  449. 2006-09-07 Ankit Jain <[email protected]>
  450. * WsdlExporter.cs (ExportContract): Add 'imports'.
  451. 2006-09-07 Atsushi Emomoto <[email protected]>
  452. * ServiceCredentials.cs : added missing members.
  453. 2006-09-06 Ankit Jain <[email protected]>
  454. * WsdlExporter.cs (ExportContract): Use String.Concat
  455. * ContractDescriptionGenerator.cs
  456. (ContractDescriptionGenerator.GetOperation): Set IsOneWay.
  457. * OperationDescription.cs (OperationDescription.IsOneWay): Add an
  458. internal setter.
  459. 2006-09-06 Ankit Jain <[email protected]>
  460. * WsdlExporter.cs (WsdlExporter.ExportEndpoint): Initial implementation.
  461. 2006-09-06 Atsushi Emomoto <[email protected]>
  462. * ServiceMetadataBehavior.cs : updated API to RC1.
  463. 2006-09-05 Ankit Jain <[email protected]>
  464. * WsdlExporter.cs (WsdlExporter.ExportContract): Add Namespaces.
  465. 2006-09-05 Atsushi Emomoto <[email protected]>
  466. * ServiceModelInternalConverter.cs : when a message part type is null
  467. (such as void return value), supply dummy type (object).
  468. 2006-09-05 Ankit Jain <[email protected]>
  469. * MetadataBundle.cs (MetadataSet.WriteTo): Implement.
  470. * MetadataSectionSerializerBase.cs (WriteObject_ServiceDescription): Use
  471. ServiceDescription.Serializer to serialize.
  472. 2006-09-05 Ankit Jain <[email protected]>
  473. * WsdlExporter.cs (WsdlExporter.AddImport): New.
  474. (WsdlExporter.GetSchemaElementForPart): Add 'schema' param.
  475. (WsdlExporter.ExportContract): Update to changes.
  476. 2006-09-05 Ankit Jain <[email protected]>
  477. * MetadataSection.cs (MetadataSection.CreateFromSchema): Implement.
  478. (MetadataSection.CreateFromServiceDescription): Implement.
  479. * WsdlExporter.cs (WsdlExporter.GetGeneratedMetadata): Update to use
  480. new methods above.
  481. 2006-09-04 Ankit Jain <[email protected]>
  482. * WsdlExporter.cs: Initial implementation for ExportContract.
  483. * MetadataExporter.cs (GetGeneratedMetadata): Fix signature.
  484. * ContractDescriptionGenerator.cs (GetMessage): Seperate Namespace and
  485. Name with "/" if its not there in Namespace.
  486. 2006-08-30 Atsushi Emomoto <[email protected]>
  487. * ServiceMetadataBehavior.cs : for now avoid NotImplementedException.
  488. * ServiceDebugBehavior.cs : implemented AddBindingParameters() and
  489. ApplyDispatchBehavior().
  490. * ServiceCredentials.cs : implemented AddBindingParameters().
  491. 2006-08-28 Atsushi Emomoto <[email protected]>
  492. * WSTrustMessageConverters.cs : added response reader class.
  493. 2006-08-23 Atsushi Emomoto <[email protected]>
  494. * WSTrustSTSContract.cs : rewritten to not use DataContract.
  495. * WSTrustMessageConverters.cs : new file.
  496. 2006-08-22 Atsushi Emomoto <[email protected]>
  497. * ClientCredentials.cs :
  498. CloneCore() is virtual. CreateSecurityTokenManager() is public.
  499. * ServiceCredentials.cs :
  500. Added secure conversation credential.
  501. CreateSecurityTokenManager() is public.
  502. 2006-08-16 Atsushi Emomoto <[email protected]>
  503. * WSTrustSTSContract.cs : added some more members in request type.
  504. WST request and response types are renamed.
  505. 2006-08-14 Atsushi Emomoto <[email protected]>
  506. * WSTrustSTSContract.cs : added internal interface for security token
  507. service (STS).
  508. 2006-08-11 Atsushi Emomoto <[email protected]>
  509. * ClientCredentials.cs : implement CreateSecurityTokenManager() and
  510. partly AddBindingParameters().
  511. * ServiceCredentials.cs : CreateSecurityTokenManager() as well.
  512. 2006-08-10 Atsushi Emomoto <[email protected]>
  513. * ClientCredentials.cs : temporarily comment out NIE in
  514. ApplyClientBehavior().
  515. 2006-08-02 Atsushi Emomoto <[email protected]>
  516. * MetadataSectionSerializerBase.cs : made internal, namespace fix.
  517. 2006-07-31 Ankit Jain <[email protected]>
  518. * MetadataExchangeClient.cs (GetMetadataInternal): Use
  519. MessageHeaders.MessageId instead of manually adding the header.
  520. (SoapEnvelopeNamespace): Remove.
  521. (AddressingNamespace): Remove.
  522. 2006-07-28 Atsushi Emomoto <[email protected]>
  523. * ServiceCredentials.cs :
  524. added missing IssuedTokenAuthentication property.
  525. 2006-07-27 Ankit Jain <[email protected]>
  526. * DataContractSerializerMessageContractImporter.cs (resolveElement): Use
  527. XmlSchemaSet.Compile ()
  528. 2006-07-28 Atsushi Emomoto <[email protected]>
  529. * ClientCredentials.cs : initialize SupportInteractive as true.
  530. 2006-07-28 Atsushi Emomoto <[email protected]>
  531. * LocalClientSecuritySettings.cs : moved to S.SM.Channels.
  532. 2006-07-27 Ankit Jain <[email protected]>
  533. * MessagePartDescription.cs (TypeName):
  534. (XmlTypeMapping): New, internal properties, used by
  535. ServiceContractGenerator.
  536. * DataContractSerializerMessageContractImporter.cs (ImportContract):
  537. Handle a void return type.
  538. (resolveElement):
  539. (resolveParticle): Use XmlSchemaImporter to fill in
  540. MessagePartDescription.XmlTypeMapping .
  541. (GetCLRTypeName): New.
  542. * ServiceContractGenerator.cs (.ctor): Set default options.
  543. (GenerateServiceContractType): Support ChannelInterface.
  544. (GenerateProxyClass): Emit more .ctors
  545. (GenerateChannelInterface): New.
  546. (ExportInterface): Emit ServiceContractAttribute.Namespace property.
  547. (ExportParameters): New. Extract code for emitting methods params from
  548. AddOperationMethods & AddImplementationMethods.
  549. (ExportMessages): New. Emits method params using MessageDescriptionCollection.
  550. (ExportDataContract): New. Emits code for a DataContract from a XmlTypeMapping.
  551. (GetXmlNamespace): New. Gets the Namespace param of XmlTypeAttribute or
  552. XmlRootAttribute.
  553. 2006-07-27 Ankit Jain <[email protected]>
  554. * MetadataResolver.cs (ResolveContracts): Move the exception handling
  555. code for MetadataProxy.Get to ..
  556. * MetadataExchangeClient.cs (GetMetadataInternal): .. here.
  557. 2006-07-21 Atsushi Enomoto <[email protected]>
  558. * ClientCredentials.cs : July CTP API updates.
  559. 2006-07-18 Atsushi Enomoto <[email protected]>
  560. * PolicyConversionContext.cs : GetFaultBindingAssertions() argument:
  561. MessageFault -> FaultDescription.
  562. 2006-07-14 Atsushi Enomoto <[email protected]>
  563. * TypedMessageConverter.cs : implemented FromMessage() for
  564. DataContract converter. Though it won't work right now.
  565. 2006-07-14 Atsushi Enomoto <[email protected]>
  566. * ServiceModelInternalConverter.cs : It was bug #78855, and is fixed.
  567. * TypedMessageConverter.cs :
  568. June CTP changed to write wrapper element.
  569. Default URI is http://tempuri.org/, trailing '/' was missing.
  570. 2006-07-14 Atsushi Enomoto <[email protected]>
  571. * ServiceModelInternalConverter.cs :
  572. The runtime errors are still there...
  573. 2006-07-14 Atsushi Enomoto <[email protected]>
  574. * IContractBehavior.cs : The API became sane in June CTP.
  575. * MatchAllEndpointBehavior.cs : vanished.
  576. 2006-07-14 Atsushi Enomoto <[email protected]>
  577. * ServiceModelInternalConverter.cs : assembly.Save() does not seem
  578. to be required anymore. Maybe it was a runtime bug.
  579. 2006-07-13 Ankit Jain <[email protected]>
  580. * MetadataImporter.cs:
  581. * WsdlImporter.cs:
  582. * DataContractSerializerMessageContractImporter.cs:
  583. * MetadataResolver.cs: Update to June CTP changes.
  584. 2006-07-13 Atsushi Enomoto <[email protected]>
  585. * ContractDescriptionGenerator.cs : fix async method handling. Since
  586. begin methods return IAsyncResult, not the return value type, it
  587. should not be used to generate MessagePartDescription.
  588. OperationContractAttribute.ReplyAction should not be ignored.
  589. 2006-07-12 Atsushi Enomoto <[email protected]>
  590. * WebServiceHelper.cs : comment out the entire source (unused now).
  591. 2006-07-12 Atsushi Enomoto <[email protected]>
  592. * IMetadataExchange.cs : another unexpected change ;-)
  593. 2006-07-12 Atsushi Enomoto <[email protected]>
  594. * IMetadataExchange.cs : take back async methods.
  595. 2006-07-12 Ankit Jain <[email protected]>
  596. * MetadataTransferClient.cs: Renamed to ..
  597. * MetadataExchangeClient.cs: .. this. Update to June CTP changes.
  598. (MetadataExchangeClient.MetadataProxy): Proxy for IMetadataExchange
  599. service contract.
  600. (MetadataExchangeClient.GetMetadataInternal): Move GetMetadata() code
  601. here. Updated to use MetadataProxy instead of doing everything manually.
  602. * MetadataSectionSerializerBase.cs: Regenerated for the updated API.
  603. * MetadataReference.cs: June CTP updates. Now implements
  604. IXmlSerializable.
  605. * MetadataResolver.cs: Update for related changes in other classes. June
  606. CTP updates pending.
  607. * MetadataExchangeBindings.cs
  608. (MetadataExchangeBindings.CreateMexHttpBinding): Implement.
  609. 2006-07-11 Atsushi Enomoto <[email protected]>
  610. * ServiceDebugBehavior.cs : new file.
  611. 2006-07-10 Atsushi Enomoto <[email protected]>
  612. * ContractDescriptionGenerator.cs : support AsyncPattern methods.
  613. 2006-07-07 Atsushi Enomoto <[email protected]>
  614. * MessageContractConverter.cs, ServiceModelInternalConverter.cs :
  615. renamed file from former to latter.
  616. 2006-07-06 Atsushi Enomoto <[email protected]>
  617. * ServiceContractGenerator.cs : in ClientBase, InnerProxy -> Channel.
  618. 2006-07-06 Atsushi Enomoto <[email protected]>
  619. * MessageContractConverter.cs : exception type changed.
  620. 2006-07-05 Atsushi Enomoto <[email protected]>
  621. * ContractDescriptionGenerator.cs :
  622. MessageBodyAttribute -> MessageBodyMemberAttribute.
  623. 2006-07-05 Atsushi Enomoto <[email protected]>
  624. * ReflectedContractCollection.cs : removed unused file.
  625. 2006-07-05 Atsushi Enomoto <[email protected]>
  626. * ContractDescription.cs, ContractDescriptionGenerator.cs :
  627. some June CTP updates (SessionMode).
  628. 2006-07-04 Atsushi Enomoto <[email protected]>
  629. * TypedMessageConverter.cs : June CTP update.
  630. 2006-07-04 Atsushi Enomoto <[email protected]>
  631. * ViaUriBehavior.cs : renamed to ClientViaBehavior.
  632. File name is also being changed.
  633. 2006-07-03 Ankit Jain <[email protected]>
  634. * WsdlImporter.cs:
  635. * MetadataImporter.cs: Update for changes in other files. (June CTP)
  636. 2006-07-03 Ankit Jain <[email protected]>
  637. * XmlSerializerMessageContractConverter.cs: Renaming type to ..
  638. * XmlSerializerMessageContractImporter.cs: .. this.
  639. * DataContractSerializerMessageContractConverter.cs: Renaming type to ..
  640. * DataContractSerializerMessageContractImporter.cs: .. this.
  641. * IOperationContractGenerator.cs: Renaming to ..
  642. * IOperationContractGenerationExtension.cs: .. this.
  643. * IServiceContractGenerator.cs: Renaming to ..
  644. * IServiceContractGenerationExtension.cs: .. this.
  645. * DataContractSerializerOperationBehavior.cs:
  646. * MetadataResolver.cs:
  647. * MetadataSection.cs: Update to June CTP changes.
  648. * WsdlImporter.cs:
  649. * ServiceContractGenerator.cs: Update for changes in other files.
  650. * IMetadataExchange.cs: New.
  651. * MetadataExchangeBindings.cs: New.
  652. 2006-06-22 Atsushi Enomoto <[email protected]>
  653. * MessageContractConverter.cs : in MessageBodyToDataContractType(),
  654. support ReturnValue part as well.
  655. 2006-06-22 Atsushi Enomoto <[email protected]>
  656. * ContractDescriptionGenerator.cs : extracted public method
  657. GetOperationContractAttribute() from existing code.
  658. 2006-06-20 Atsushi Enomoto <[email protected]>
  659. * MessageContractConverter.cs : renaming type to
  660. ServiceModelInternalConverter as well as methods. Now it holds
  661. conversion from MessageBodyDescription to DataContract Type.
  662. * TypedMessageConverter.cs : dependent changes from above.
  663. * ContractDescriptionGenerator.cs :
  664. Temporarily commented out lines that rejects service contract
  665. that does not contain any operation contracts.
  666. Some refactoring.
  667. 2006-06-16 Ankit Jain <[email protected]>
  668. * MetadataSectionSerializerBase.cs: Remove debug Console.WriteLine-s.
  669. * WsdlImporter.cs: Streamline .ctors
  670. * MetadataImporter.cs: Likewise.
  671. * MetadataResolver.cs (MetadataResolver.Resolve): Update to use
  672. WSTransferGet instead of WsTransferGet.
  673. 2006-06-12 Atsushi Enomoto <[email protected]>
  674. * MessageContractConverter.cs, TypedMessageConverter.cs :
  675. Now it generates correct code, still emitting extra assemblies...
  676. 2006-06-12 Atsushi Enomoto <[email protected]>
  677. * MessageContractConverter.cs :
  678. Now it generates code (which is incorrect), spitting dummy.dll
  679. everywhere you run code that uses TypedMessageConverter...
  680. 2006-06-12 Ankit Jain <[email protected]>
  681. * MetadataSectionSerializerBase.cs: New.
  682. * MetadataBundle.cs (MetadataSet.ReadFrom): Use XmlSerializer for
  683. deserializing.
  684. (MetadataSet.ReadXml): Use MetadataSectionSerializer to deserialize
  685. MetadataSection-s.
  686. * MetadataImporter.cs (MetadataImporter..ctor): Use a predefined list of
  687. IPolicyImportExtensions if none is specified.
  688. * WsdlImporter.cs (WsdlImporter.ImportAllContracts): Cache the imported contracts.
  689. (WsdlImporter.ImportAllEndpoints): Implement.
  690. (WsdlImporter.ImportEndpoint): Likewise.
  691. (WsdlImporter..ctor): Use a predefined list of IWsdlImportExtentions if
  692. none is specified.
  693. * IWsdlImporter.cs (ImportContract):
  694. (ImportEndpoint): Fix param names.
  695. * WsdlEndpointConversionContext.cs: Update .ctor, and implement
  696. properties.
  697. * ServiceContractGenerator.cs: Update to not depend on
  698. contractDescription.ContractType as it can be null.
  699. * DataContractSerializerMessageContractConverter.cs (.resolveParticle):
  700. Add 'depth' param.
  701. 2006-06-12 Atsushi Enomoto <[email protected]>
  702. * TypedMessageConverter.cs, MessageContractConverter.cs :
  703. ongoing implementation using Mono.CodeGeneration.
  704. 2006-05-29 Atsushi Enomoto <[email protected]>
  705. * ServiceCredentials.cs, ClientCredentials.cs,
  706. ServiceMetadataBehavior.cs : moved from Sys.SvcModel.
  707. 2006-05-29 Atsushi Enomoto <[email protected]>
  708. * TypedMessageConverter.cs : some ToMessage() code.
  709. * MessageContractConverter.cs,
  710. * ContractDescriptionGenerator.cs : some code to generate contract
  711. type from an arbitrary Type.
  712. 2006-04-27 Ankit Jain <[email protected]>
  713. * WsdlImporter.cs:
  714. * DataContractSerializerMessageContractConverter.cs:
  715. * MetadataImporter.cs:
  716. * WsdlContractConversionContext.cs: Change member field names from
  717. camelCase to underscore_names.
  718. 2006-04-26 Ankit Jain <[email protected]>
  719. * MetadataBundle.cs (MetadataSet.ReadFrom): Initial implementation.
  720. (MetadataSet.Attributes): Add missing property.
  721. * MetadataReference.cs: Fix to match Feb CTP.
  722. * MetadataResolver.cs: Likewise.
  723. * MetadataSection.cs: Likewise.
  724. * MetadataImporter.cs (PolicyExtensions): Implement property.
  725. * MetadataTransferClient.cs (GetMetadata): Initial implementation.
  726. * WsdlImporter.cs: Initial implementation.
  727. * OperationDescription.cs (.ctor): Set is_initiating = true.
  728. * MessageDescription.cs (.ctor): 'action' parameter can be null or
  729. zero-length.
  730. * MessageBodyDescription.cs (Parts): Add internal set method.
  731. * WsdlContractConversionContext.cs (Contract): Implement property.
  732. (WsdlPortType): Likewise.
  733. * DataContractSerializerMessageContractConverter.cs (ImportContract):
  734. Initial implementation.
  735. * WebServiceHelper.cs: Copied from
  736. mcs/class/System.Web.Services/System.Web.Services.Protocols
  737. 2006-04-14 Atsushi Enomoto <[email protected]>
  738. * ContractDescriptionGenerator.cs : it is internal.
  739. * ServiceContractGenerator.cs : minimum implementation for
  740. GenerateServiceContractType() for "client-proxy-gen" tool.
  741. 2006-04-05 Atsushi Enomoto <[email protected]>
  742. * ContractDescriptionGenerator.cs : reject operation-less contract.
  743. 2006-04-05 Atsushi Enomoto <[email protected]>
  744. * ContractDescriptionGenerator.cs : The target contract type should be
  745. the interface, not the implementation type.
  746. 2006-03-17 Atsushi Enomoto <[email protected]>
  747. * ContractDescription.cs : extracted GetContract() implementation
  748. part into ContractDescriptionGenerator.cs.
  749. * ContractDescriptionGenerator.cs : new file.
  750. 2006-03-14 Atsushi Enomoto <[email protected]>
  751. * ServiceEndpointCollection.cs WsdlImporter.cs
  752. PolicyConversionContext.cs OperationDescriptionCollection.cs
  753. PolicyAssertionCollection.cs MessageDescriptionCollection.cs :
  754. couple of API fixes.
  755. 2006-02-23 Atsushi Enomoto <[email protected]>
  756. * PeerSecurityBehavior.cs ServiceCredentials.cs
  757. ServiceAuthorizationBehavior.cs :
  758. Dependent fixes for System.IdentityModel reorgainzation.
  759. 2006-02-23 Atsushi Enomoto <[email protected]>
  760. * EndpointBehaviorCollection.cs ChannelDescription.cs
  761. MessageHeaderDescriptionCollection.cs ServiceCredentials.cs
  762. FaultDescription.cs TypedMessageConverter.cs
  763. AspNetIntegrationRequirementsAttribute.cs
  764. MessageDescription.cs MessagePartDescriptionCollection.cs
  765. OperationBehaviorCollection.cs ListenUriBehavior.cs
  766. ServiceAuthorizationBehavior.cs ChannelBehaviorCollection.cs
  767. MessageBodyDescription.cs IContractBehavior.cs
  768. MessagePropertyDescriptionCollection.cs
  769. ContractBehaviorCollection.cs BehaviorCollection.cs
  770. ServiceEndpointCollection.cs ContractDescription.cs
  771. XmlFormatterOperationBehavior.cs FaultDescriptionCollection.cs
  772. ServiceSecurityAuditBehavior.cs IChannelBehavior.cs
  773. ServiceDescription.cs OperationBehaviorAttribute.cs
  774. MatchAllEndpointBehavior.cs IEndpointBehavior.cs
  775. ServiceMetadataBehavior.cs XmlSerializerOperationBehavior.cs
  776. ServiceBehaviorCollection.cs HostedBindingBehavior.cs
  777. MessageHeaderDescription.cs ViaUriBehavior.cs
  778. MessagePartDescription.cs OperationDescriptionCollection.cs
  779. IServiceBehavior.cs IOperationBehavior.cs
  780. MessagePropertyDescription.cs MustUnderstandBehavior.cs
  781. ServiceEndpoint.cs PeerSecurityBehavior.cs
  782. OperationDescription.cs MessageDescriptionCollection.cs
  783. ReflectedContractCollection.cs :
  784. moved from System.ServiceModel due to the API changes.
  785. 2006-02-23 Atsushi Enomoto <[email protected]>
  786. * ChannelBuildContext.cs ContractExportBehavior.cs
  787. IMessageEncodingBindingElement.cs IOperationContractGenerator.cs
  788. IPolicyImporter.cs IServiceContractGenerator.cs
  789. IStreamUpgradeBindingElement.cs ITransportTokenAssertionProvider.cs
  790. IWsdlExporter.cs IWsdlImporter.cs InvalidChannelBindingException.cs
  791. IpolicyExporter.cs MessageEncodingBindingElementConverter.cs
  792. MetadataConversionError.cs MetadataExporter.cs MetadataImporter.cs
  793. MetadataResolver.cs OperationContractGenerationContext.cs
  794. PolicyConversionContext.cs ReliableSessionBindingElementConverter.cs
  795. SecurityBindingElementConverter.cs
  796. ServiceContractGenerationContext.cs ServiceContractGenerator.cs
  797. ServiceThrottlingBehavior.cs
  798. TransactionFlowBindingElementConverter.cs
  799. TransportBindingElementConverter.cs WsdlContractConversionContext.cs
  800. WsdlEndpointConversionContext.cs WsdlExporter.cs WsdlImporter.cs
  801. XmlFormatterMessageContractConverter.cs
  802. XmlSerializerMessageContractConverter.cs :
  803. Feb. CTP API changes - chapter 1.
  804. 2006-02-14 Atsushi Enomoto <[email protected]>
  805. * ServiceThrottlingBehavior.cs : ServiceThrottle was moved.
  806. 2006-01-26 Atsushi Enomoto <[email protected]>
  807. * ChannelBuildContext.cs :
  808. All builder methods now "reset" UnhandledBindingElements after
  809. the outermost processing.
  810. 2006-01-26 Atsushi Enomoto <[email protected]>
  811. * ChannelBuildContext.cs :
  812. Use BindingElement's BuildBlahFactory directly. Implemented Clone().
  813. * ChannelLoader.cs : removed obsolete type.
  814. 2005-11-21 Atsushi Enomoto <[email protected]>
  815. * XmlSerializerMessageContractConverter.cs,
  816. MessageEncodingBindingElementConverter.cs,
  817. XmlFormatterMessageContractConverter.cs : new files in Nov. CTP.
  818. 2005-11-21 Atsushi Enomoto <[email protected]>
  819. * ServiceLoader.cs, TypeLoader.cs : removed.
  820. 2005-11-21 Atsushi Enomoto <[email protected]>
  821. * ChannelBuildContext.cs : IListener/-Factory vanished in Nov. CTP.
  822. 2005-11-20 Atsushi Enomoto <[email protected]>
  823. * IWsdlExporter.cs, InvalidChannelBindingException.cs,
  824. MetadataImporter.cs, IWsdlImporter.cs, IPolicyImporter.cs,
  825. MetadataConversionError.cs, IpolicyExporter.cs,
  826. MetadataExporter.cs, PolicyConversionContext.cs :
  827. New files in beta2
  828. * ITypeResolver.cs, WsdlBindingConversionContext.cs,
  829. IWsdlBindingElementConverter.cs,
  830. WsdlOperationBindingCoversionContext.cs,
  831. WsdlMessageBindingConversionContext.cs,
  832. WsdlMessageConversionContext.cs, IWsdlBindingConverter.cs,
  833. IWsdlContractConverter.cs, IWsdlEndpointConverter.cs,
  834. WsdlConversionContext.cs, WsdlConverters.cs,
  835. InvalidSettingsException.cs, WsdlBindingConverterBase.cs,
  836. WsdlConversionError.cs, CustomBindingConverter.cs,
  837. WsdlOperationConversionContext.cs :
  838. Removed in beta2
  839. * ReliableSessionBindingElementConverter.cs, ServiceLoader.cs,
  840. TransportBindingElementConverter.cs, ContractExportBehavior.cs,
  841. ChannelLoader.cs, WsdlExporter.cs, MetadataResolver.cs,
  842. SecurityBindingElementConverter.cs,
  843. WsdlContractConversionContext.cs,
  844. WsdlEndpointConversionContext.cs, WsdlImporter.cs,
  845. ServiceThrottlingBehavior.cs, ServiceContractGenerator.cs,
  846. TypeLoader.cs, TransactionFlowBindingElementConverter.cs :
  847. Updated signatures to beta2.
  848. 2005-11-20 Atsushi Enomoto <[email protected]>
  849. * ChannelBuildContext.cs : was seeing
  850. http://savas.parastatidis.name/2005/04/08/4b0b99b1-92c6-4442-ab2e-4c4951009ef4.aspx
  851. and modified channel build logic a bit.
  852. 2005-10-31 Atsushi Enomoto <[email protected]>
  853. * ServiceThrottlingBehavior.cs : implemented ApplyBehavior().
  854. 2005-10-26 Atsushi Enomoto <[email protected]>
  855. * ChannelBuildContext.cs : added DequeueBindingElement() for
  856. BindingElements' internal use. It becomes UnhandledBindingElements.
  857. 2005-10-26 Atsushi Enomoto <[email protected]>
  858. * ChannelBuildContext.cs : implemented BuildListenerFactory().
  859. 2005-10-26 Atsushi Enomoto <[email protected]>
  860. * ChannelBuildContext.cs :
  861. several API fixes detected by improved corcompare.
  862. 2005-10-25 Atsushi Enomoto <[email protected]>
  863. * ChannelBuildContext.cs : added missing generic class constraint.
  864. 2005-10-20 Atsushi Enomoto <[email protected]>
  865. * ReliableSessionBindingElementConverter.cs,
  866. TransportBindingElementConverter.cs, ContractExportBehavior.cs,
  867. SecurityBindingElementConverter.cs,
  868. OperationContractGenerationContext.cs,
  869. ServiceContractGenerationContext.cs, InvalidSettingsException.cs
  870. WsdlBindingConverterBase.cs, WsdlConversionError.cs,
  871. CustomBindingConverter.cs, ServiceContractGenerator.cs,
  872. TransactionFlowBindingElementConverter.cs :
  873. added all missing bits.
  874. * Dummy.cs : finally removed.
  875. * ServiceThrottlingBehavior.cs, WsdlBindingConversionContext.cs :
  876. tiny API fix.
  877. 2005-10-13 Atsushi Enomoto <[email protected]>
  878. * ServiceLoader.cs : serviceType is moved to ServiceDescription.
  879. 2005-10-12 Atsushi Enomoto <[email protected]>
  880. * ServiceLoader.cs, TypeLoader.cs : implemented some.
  881. 2005-10-12 Atsushi Enomoto <[email protected]>
  882. * IWsdlEndpointConverter.cs, IOperationContractGenerator.cs,
  883. IServiceContractGenerator.cs, WsdlBindingConversionContext.cs,
  884. IWsdlBindingElementConverter.cs, IStreamUpgradeBindingElement.cs,
  885. WsdlContractConversionContext.cs,
  886. WsdlOperationBindingCoversionContext.cs,
  887. WsdlMessageBindingConversionContext.cs,
  888. WsdlEndpointConversionContext.cs, WsdlMessageConversionContext.cs,
  889. IWsdlBindingConverter.cs, WsdlOperationConversionContext.cs,
  890. IWsdlContractConverter.cs, ITransportTokenAssertionProvider.cs:
  891. new files for wsdl importer.
  892. * Dummy.cs : removed above.
  893. * WsdlConversionContext.cs, IMessageEncodingBindingElement.cs :
  894. tiny API fixes.
  895. 2005-10-11 Atsushi Enomoto <[email protected]>
  896. * IMessageEncodingBindingElement.cs : new file.
  897. * Dummy.cs : removed above.
  898. 2005-10-09 Atsushi Enomoto <[email protected]>
  899. * ChannelBuilderContext.cs : new file.
  900. * Dummy.cs : removed above.
  901. 2005-09-28 Atsushi Enomoto <[email protected]>
  902. * ServiceThrottlingBehavior.cs : moved from sys.ServiceModel dir.
  903. 2005-09-28 Atsushi Enomoto <[email protected]>
  904. * ITypeResolver.cs, ChannelLoader.cs, ServiceLoader.cs,
  905. TypeLoader.cs : new files.
  906. * Dummy.cs : removed those classes added above.