Questions tagged [wscf.blue]
7 questions
2
votes
1 answer
WCF service generated by WSCF.blue Service Error "implementation type is an interface or abstract class and no implementation object was provided"
I am using C# Visual Studio 2012 to create a wcf service.
I had the WSCF.blue tool generate the wsdl from the xsd-s. Then I generated the web service code using the same tool. WSCF.blue does not create a Service Contract and a Data Contract. It…

Carissa N
- 21
- 4
1
vote
0 answers
How to eliminate duplicated classes generated from XSD imported schemes?
I need to generate csharp classes from a bunch of XSD files, the problem I'm coming across now is there're lots duplicated classes generated from the imported schemes, this is quite annoying.
I tried wscf.blue, xsd2code, but cannot solve it.
For…

Elaine
- 1,288
- 5
- 17
- 35
1
vote
1 answer
WCF Serialization Long Namespace being repeated instead of prefix
We are using contract first approach for WCF services in our project, XSD(s) are converted to entities using WSCF Blue and default serialization is used. The default serializer serializes the packets in following way

asolvent
- 821
- 13
- 26
1
vote
0 answers
How does the WSCF.Blue DataContract generation feature work?
I'm trying to figure out how the WSCF Blue DataContract generation feature works.
It's documented here: http://alexmg.com/post/2009/09/01/Data-contract-generation-is-now-available-in-WSCFblue.aspx
I have a set of WSDL and XSD files from which we can…

RoboJ1M
- 1,590
- 2
- 27
- 34
1
vote
1 answer
Couldn't generate data contract code
Here's a sample of the code I'm trying to generate:
The…

Niklas
- 13,005
- 23
- 79
- 119
0
votes
0 answers
Can you get/set XmlElementAttribute for a object property in code in C#
WSCF blue generates something like this from choice in xml-schema:
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml",…

char m
- 7,840
- 14
- 68
- 117
0
votes
1 answer
why I don't always get ItemElementName in wsdl+xsd code generation from choice-element with WSCF blue?
I use WSCF blue to generate web service code from wsdl. Sometimes choice-element in xsd is generated to Item and ItemElementName. Sometimes just Item. Couldn't find any logic in this.

char m
- 7,840
- 14
- 68
- 117