ChangeLog 48 KB

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