Tagged Questions
4
votes
3answers
917 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?
EDIT
This question is ...
0
votes
1answer
60 views
Generate C# Code from *.xsd files for use as WCF service
Update
I want to generate C# classes files to be used as WCF service based on *.xsd files. How can I achieve that?
0
votes
1answer
57 views
How to implement a Contract-First
I am doing some work with a 3rd party supplier who provide data via a web-push.
They state that their web-push relies on a contract-first web service, and they have made a WSDL available for me to ...