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 about the implementation of a web service (read: SOAP) The question is whether the implementation classes should be coded first and the WSDL and XSD schema generated from that (contract last) or the WSDL and XSD schema written first and the implementation classes generated (contract first)
