1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385
|
2011-08-24 Atsushi Eno <atsushi@ximian.com>
ReturnValue in MessageDescription was missing when there was
MessageContract.
2011-08-02 Nicolas GRAZIANO <nicolas.graziano@ineo-gdfsuez.com>
TypedMessageConverter do not take into account the xml attribute
which modify the serialization.
Correction and Unit Test.
2011-08-02 Atsushi Eno <atsushi@ximian.com>
part of fix bug #41. MessageParameterAttribute is considered for
return value.
Conflicts:
mcs/class/System.ServiceModel/System.ServiceModel.Description/MessagePartDescription.cs
2011-05-10 Atsushi Eno <atsushi@ximian.com>
Fix common issue in MetadataSet - call MoveToContent() while
iterating nodes.
2011-05-10 Atsushi Eno <atsushi@ximian.com>
Add new MetadataSetTest and fix couple of minor issues.
2011-05-10 Atsushi Eno <atsushi@ximian.com>
Revive this test by implementing mock web server.
2011-05-09 Atsushi Eno <atsushi@ximian.com>
ongoing XmlSerializerMessageContractImporter work.
It is part of bugfix #670945.
2011-04-07 Atsushi Eno <atsushi@ximian.com>
DataContractSerializerOperationBehavior is done too. Fix
moonlight_raw build.
2011-04-01 Peter Gerbrandt <pg@viadux.de>
Fix contract description for contracts with deep inheritance
hierarchy.
2011-03-07 Peter Gerbrandt <pg@viadux.de>
Support for the same interface as service contract and as callback
contract.
2011-02-15 Atsushi Eno <atsushi@ximian.com>
Message headers are now serialized and deserialized for
MessageHeaderDescription.
2011-02-15 Atsushi Eno <atsushi@ximian.com>
MessageHeaderDescription were not filled in message contract.
Reject wrong contracts.
2011-02-03 Atsushi Eno <atsushi@ximian.com>
Now operations are collected per corresponding
ContractDescription.
This fixes naming of MessageDescription Action URI from its type.
2011-02-02 Atsushi Eno <atsushi@ximian.com>
Implement GetInheritedContracts(), towards bugfix #668089.
2010-10-08 Atsushi Eno <atsushi@ximian.com>
Do not reject contract from the same method, could happen by a
type with multiple service contracts within the typie hierarchy.
For details, see:
http://lists.ximian.com/pipermail/mono-devel-list/2010-September/035940.html
2010-09-13 Atsushi Eno <atsushi@ximian.com>
implemented large parts of WCF standard endpoints and
configuration support.
2010-09-02 Atsushi Eno <atsushi@ximian.com>
Add another roundtrip case.
2010-06-24 Atsushi Enomoto <atsushi@ximian.com>
* MetadataExchangeBindingsTest.cs : make sure that the target port
of the Uri is available (as some other tests do).
2010-06-17 Atsushi Enomoto <atsushi@ximian.com>
* MetadataExchangeBindingsTest.cs : make sure that special casing of
MessageVersion does not happen at this layer.
2010-04-05 Atsushi Enomoto <atsushi@ximian.com>
* WsdlExporterTest.cs : fixed and enabled some working tests.
2010-04-02 Atsushi Enomoto <atsushi@ximian.com>
* FaultDescriptionTest.cs : add new test.
2010-03-29 Atsushi Enomoto <atsushi@ximian.com>
* MetadataResolverTest.cs : enable working tests.
2010-03-17 Atsushi Enomoto <atsushi@ximian.com>
* MetadataExchangeBindingsTest.cs : new test.
2010-02-10 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs : ignore whatever make dist broke.
Until make dist gets fixed I won't enable any of new external-
source-dependent tests.
2010-02-09 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs : added test for processing ArrayOfXxx types.
2010-01-28 Atsushi Enomoto <atsushi@ximian.com>
* ServiceContractGeneratorTest.cs : add test for async method
generation option to generate sync methods as well.
2010-01-22 Atsushi Enomoto <atsushi@ximian.com>
* ServiceMetadataBehaviorTest.cs : check name constant (MSDN is
wrong here).
2010-01-19 Atsushi Enomoto <atsushi@ximian.com>
* ServiceAuthorizationBehaviorTest.cs : it's updated and enabled.
Added some more tests.
2010-01-06 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDebugBehaviorTest.cs : make sure to close hosts.
2009-10-01 Atsushi Enomoto <atsushi@ximian.com>
* ServiceContractGeneratorTest.cs : new test.
2009-09-15 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDebugBehaviorTest.cs : it still seems there are some port-
blocking tests that blocks here, so change the port and make sure
it is available. 8080 is anyways likely to interfere with others.
2009-07-31 Atsushi Enomoto <atsushi@ximian.com>
* ServiceEndpointTest.cs : new.
2009-07-02 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : make sure the contract actually
contains operations from the base types.
2009-07-02 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added test for derived contract type.
2009-06-09 Atsushi Enomoto <atsushi@ximian.com>
* ServiceThrottlingBehaviorTest.cs : new.
2009-02-24 Atsushi Enomoto <atsushi@ximian.com>
* WsdlExporterTest.cs:
Ignore all failing-under-dotnet tests
2008-05-22 Roei Erez <roeie@mainsoft.com>
* fix ContractDescription.GetContract implementation
* Refactor Request processing
* Add support for message inspectors
* Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
like: ReleaseServiceInstance, Open, Close...
* Add relevant test cases.
2008-05-01 Eyal Alaluf <eyala@mainsoft.com>
* ContractDescriptionTest.cs: Add test with method operation, parameters
and return value names specified by attributes.
2008-04-21 Igor Zelmanovich <igorz@mainsoft.com>
* ServiceDebugBehaviorTest.cs: new testfixture.
* ServiceMetadataBehaviorTest.cs: new testfixture.
2008-04-21 Igor Zelmanovich <igorz@mainsoft.com>
* WsdlExporterTest.cs: added new test.
2008-04-10 Eyal Alaluf <eyala@mainsoft.com>
* TypedMessageConverterTest.cs: Enabled and extended the roundtrip tests.
Used XML namespaces for the message data types.
2008-03-30 Atsushi Enomoto <atsushi@ximian.com>
* WsdlExporterTest.cs, WsdlImporterTest.cs,
ContractDescriptionTest.cs : marked coupled of tests as NotWorking.
2008-03-23 Vladimir Krasnov <vladimirk@mainsoft.com>
* OperationDescriptionTest.cs: added parts and namespace tests
2007-08-19 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs : fix tests under run-test-ondotnet with 3.5.
2007-08-19 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs : use one tab instead of " ".
2007-08-19 Atsushi Enomoto <atsushi@ximian.com>
* WsdlExporterTest.cs : oops, fix errors.
2007-08-19 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs WsdlExporterTest.cs : warning cleanup.
2007-03-26 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added conceptual test case that shows
MessageBodyAttribute is not inferred.
2006-10-04 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added test to reject async operation
whose name does not begin with "Begin".
2006-10-04 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added test to reject duplicate
operation names.
2006-10-03 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added some async contract tests.
2006-09-15 Atsushi Enomoto <atsushi@ximian.com>
* ClientCredentialsTest.cs : split default property value tests into
each individual peoperty test, and added some more.
2006-09-14 Atsushi Enomoto <atsushi@ximian.com>
* ServiceCredentialsTest.cs : new test.
2006-09-08 Ankit Jain <jankit@novell.com>
* WsdlExporterTest.cs: Add more tests. Remove redundant ones.
2006-09-07 Ankit Jain <jankit@novell.com>
* WsdlExporterTest.cs (ExportContractInvalid1): Remove "NotWorking".
2006-09-07 Ankit Jain <jankit@novell.com>
* WsdlExporterTest.cs (ExportContractInvalid1): New.
2006-09-07 Ankit Jain <jankit@novell.com>
* WsdlExporterTest.cs: New. Incomplete.
2006-09-05 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added ignorable test that treats
IRequestChannel as a service contract. We don't need that.
2006-07-28 Atsushi Enomoto <atsushi@ximian.com>
* ClientCredentialsTest.cs : new file.
2006-07-14 Atsushi Enomoto <atsushi@ximian.com>
* TypedMessageConverterTest.cs : Added StandardRoundtrip(), though
NotWorking.
2006-07-14 Atsushi Enomoto <atsushi@ximian.com>
* TypedMessageConverterTest.cs : added StandardToMessage().
2006-07-13 Ankit Jain <jankit@novell.com>
* WsdlImporterTest.cs: More June CTP updates.
* dump.xml: Regenerated for June CTP.
* MetadataResolverTest.cs: New.
2006-07-13 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs :
Added test for async pattern (IMetadataExchange).
2006-07-06 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs :
Added test for methods that takes and returns Message.
Added test for invalid async pattern.
2006-07-06 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs, TypedMessageConverterTest.cs :
June CTP fixes.
2006-07-05 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : [MessageBody] -> [MessageBodyMember].
2006-07-05 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs,
ContractDescriptionTest.cs : reflect June CTP updates.
2006-07-03 Ankit Jain <jankit@novell.com>
* WsdlImporterTest.cs: Update for June CTP changes.
2006-07-03 Ankit Jain <jankit@novell.com>
* WsdlImporterTest.cs: Use
DataContractSerializerMessageContractImporter instead of
DataContractSerializerMessageContractConverter.
2006-06-12 Ankit Jain <jankit@novell.com>
* WsdlImporterTest.cs : New.
* dump.xml: New. Required for WsdlImporterTest.cs
2006-05-29 Atsushi Enomoto <atsushi@ximian.com>
* TypedMessageConverterTest.cs : new test file.
2006-04-07 Atsushi Enomoto <atsushi@ximian.com>
* OperationDescriptionTest.cs : test MessageDescriptions as well.
2006-04-05 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : test to reject operation-less contract.
2006-04-05 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : moved from Test/S.SM.Dispatcher.
* OperationDescriptionTest.cs : new file.
2006-03-02 Atsushi Enomoto <atsushi@ximian.com>
(resumed changelogging)
* ChannelBuildContextTest.cs :
Added tests for null ListenUri arguments.
2006-02-23 Atsushi Enomoto <atsushi@ximian.com>
* ChannelBuildContextTest.cs : Feb. CTP API changes - chapter 1.
2006-01-26 Atsushi Enomoto <atsushi@ximian.com>
* ChannelBuildContextTest.cs : (ConsumeBindingElements)
Use BindingElements instead of non-implemented WSHttpBinding.
2005-11-20 Atsushi Enomoto <atsushi@ximian.com>
* ChannelBuildContext.cs : new file.
2005-10-26 Atsushi Enomoto <atsushi@ximian.com>
* TypeLoaderTest.cs : actually this is rather ContractDescription
test, so it is being moved.
2005-10-24 Atsushi Enomoto <atsushi@ximian.com>
* TypeLoaderTest.cs : new test.
|