WebLogic Server Web Services Architecture

All the preceding technologies can play a role in Web Services, as shown in Figure 30.2. The request-response cycle for Web Services can be summarized as follows:

  1. A Web Service client sends a SOAP message to a Web Service.

  2. The Web Service processes the message and invokes an operation within it.

  3. This operation might require the services of J2EE components such as EJBs and JDBC data sources.

  4. This operation might require the services of other Web Services. In this case, the Web Service will become the client of these other Web Services.

  5. The operation finishes processing and returns a SOAP message to the original client.

Figure 30.2. How the Web Service technologies fit together.

Also shown in the diagram is ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.