ChangeLog 48 KB

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