ChangeLog 47 KB

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