SOA Tips-Favor Contract First Development (a.k.a. Top-Down approach)
26 May 2007
SOA-Tips
Contract First Development is also called Design By Contract. Create the data contract in XSD and the behavioral contract in WSDL upfront. This approach forces the designer to focus on messages and contracts as the key concepts in designing a service contract.