Sunday, 3 April 2016

What are approaches to develop SOAP based web service ?


1. Contract-first
    Contract is defined first and then the classes are derived from the contract.

2. Contract-last
    The classes are defined first and then the contract is derived from these classes.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.