Tagged Questions

0
votes
2answers
132 views

Generating Service Contract from a WSDL

I have a WSDL that I need to generate a ServiceContract (OperationContract, DataContract)... I have found a way to do it for ASMX WebServices but can't seem to find how to do it i …
2
votes
4answers
399 views

Contract-First SOA with WCF

Hello StackOverflow gurus! This question is more of a probe to discover what people are doing in the community, in practical situations, than a specifically targeted question. I ha …
1
vote
2answers
184 views

Which is the better approach to web services - contract first or contract last?

Which is the better approach to developing web services; contract first or contract last? What are the advantages and disadvantages of each? Which do you have experience with? ED …
0
votes
2answers
840 views

WCF - contract-first vs. code-first - how to document easily / properly?

Folks, I'm facing this problem here: I'm designing my second larger batch of WCF services which external parties will consume. For the first batch, I used a strict "contract-firs …