1-7 of 7 < Previous Next >
1 vote

Inheritance of DataContract classes does not work

If I add the following code to IWsdlSample.cs: /// <summary> /// Implements a inheritor. /// </summary> [DataContract] public class Inheritor : DataContractSample { ...

id# 4432 | Planned Release: None | Last Updated: Jul 8 at 12:54 PM by gsommer | Created On: Jun 30 at 12:59 PM by gsommer
1 vote

Add public empty constructor to WsdlExtensions

Add a public default constructor to WsdlExtensions to simplify zero-XML usage. In my case, applying WsdlExtensions through Castle Windsor + WCF Integration Facility can, with a public empty constr...

id# 4344 | Planned Release: None | Last Updated: Jun 25 at 2:57 PM by bergius | Created On: Jun 25 at 2:57 PM by bergius
1 vote

String bounds overrun in XmlCommentsUtils.RemoveCommonParts

In XmlCommentsUtils.RemoveCommonParts, if the value of "reference" starts with the value of "memberName" an array bounds exception will occur. maxLen will be set to the length of memberName, and ...

id# 4105 | Planned Release: None | Last Updated: May 28 at 11:11 PM by FrankRacis | Created On: May 28 at 11:11 PM by FrankRacis
1 vote

XmlCommentsAttribute set on the service implementation class

The XmlCommentsAttribute must be set on the interface level. It would be nice to not extend the datacontract classes with this attribute as this defines behavior of the service implementation and n...

id# 4001 | Planned Release: None | Last Updated: Apr 23 at 3:01 PM by exyll | Created On: Apr 23 at 3:01 PM by exyll
1 vote

Seperation of code and attributes

It would be nice if the attributes / code markup classes would be stored in a seperate assembly. In most project I work on I try to put all contract related classes (DTO's) in seperate "contract" p...

id# 4000 | Planned Release: None | Last Updated: Apr 23 at 2:58 PM by exyll | Created On: Apr 23 at 2:58 PM by exyll
1 vote

Last tweaks to make FlatWSDL WCF compatible

here we go... I made the following changes WsdlExtensionsConfig.cs * Changed ConfigProperty singleFile -> FlatWSDL * new ConfigProperty FlatWSDLWCFCompat Set this to true to not fully remove th...

id# 3915 | Planned Release: None | Last Updated: Mar 12 at 5:54 PM by tmanthey | Created On: Mar 12 at 5:54 PM by tmanthey
1 vote

SoapHeadersClientHook builds incorrect action key which results in SoapHeaders not being found when namespace has a trailing /

SoapHeadersClientHook.cs internal static void Hook(ContractDescription contractDescription, ServiceEndpoint endpoint, ClientRuntime clientRuntime) This line creates a key that is used to map he...

id# 3851 | Planned Release: None | Last Updated: May 27 at 5:08 PM by jeanfran78 | Created On: Feb 20 at 1:07 PM by AnonymousJunk
1-7 of 7 < Previous 1 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987