ZiBaT
=> Peter Levinsky
=> Programming => exercise |
SOAP |
Updated : 2016-09-13
|
To design and implement your own SOAP service using your own defined classes.
The exercise Create you own SOAP-service
Create a soap service, which handles students (crud).
steps:
Create a simple console application to consumer this soap service.
Refactor your soap service to use a library as a component (chose either 'class library' i.e. totally plain library OR a WCF-library (look at the wcf-projects)).
Refactor to define your class 'Student' in this library in stead of a part of the interface.
Test your refactored service.
.