
318 WebSphere and .NET Coexistence
Figure 7-6 Add new Windows Application project
Open Windows Form and create GUI interfaces as shown in Figure 7-5. You can
also use the existing client code provided with the book.
The new client application does not know about the bizAvgAssembly yet; you
need to add a reference to the library.
The application is divided into two groups; one demonstrates how to call a Web
Service using RPC style communication, and the other how to call a Web Service
using Document style communication.
For the RPC style Web Service, the client passes two float arguments entered by
the user and calls Calculator2WebService to add ...