By PeterStofferis
via developer.com
Submitted: May 09 / 07:28
In the contract-first web service, the "contract" (a WSDL definition of operations and endpoints and XML schema of the messages) is created first, without actually writing any service code. In the contract-last web service, existing logic is "exposed" as a web service and the contract is created at the very end. I will present both advantages and disadvantages of each implementation and play the role of devil's advocate when analyzing them.
SaveShareSend
Tags: java, web services
Add your comment