ChangeLog 47 KB

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