June 2006
Intermediate to advanced
1344 pages
42h 52m
English
The Web methods we have demonstrated so far all received and returned primitive-type values. It is also possible to process user-defined types—known as custom types—in a Web service. These types can be passed to or returned from Web methods. Web service clients also can use these user-defined types, because the proxy class created for the client contains the type definitions.
This section presents an EquationGenerator Web service that generates random arithmetic equations of type Equation. The client is a math-tutoring application that inputs information about the mathematical question that the user wishes to attempt (addition, subtraction or multiplication) and the skill level of the user (1 specifies ...
Read now
Unlock full access