
Chapter 7. Scenario: Synchronous stateless (WebSphere producer and .NET consumer) 321
7.3 Extended solution
In this section, we will discuss various extended solutions and issues for
consuming a WebSphere Web Service in .NET.
Because Web Services are accessible using URLs, HTTP, and XML, they can be
consumed on any platform and any layer. The WebSphere Web Service can be
consumed from different tiers of the five-tier architecture model in .NET,
depending on the client. For example, a client can be an ASP.NET client (running
in the Client tier), Windows Application client (running in the Presentation tier),
Class Library for business logic in ...