ZiBaT
=> Peter Levinsky
=> Programming => exercise |
SOAP |
Updated : 2016-09-13
|
To design and implement your own SOAP service.
Create a soap service, which add, subtract, multiply and divide two integers or doubles.
steps:
Modify the Soap service to use your Math-library.
What happen when you divide by zero at the consumer site?
When testing web services you can do it from two different views:
Make a component test of your service-class (by default named 'Service1').
Make a short integration test i.e. add your WSDL file to a service reference and test the call over the network are working.