Introduction

In the previous chapter we learned the benefits of using SOAP with point-to-point protocols. Even though the use of a point-to-point protocol is relatively simple to implement, this direct synchronous interaction between components is not always needed and is often not possible. Instead, asynchronous interaction between components, and the loose coupling it provides, is more appropriate. SOAP-RP provides this asynchronous service.

Using a SOAP-RP remote provider is similar to using a messaging server. In this chapter we will examine the process of developing a SOAP-RP service to handle the “move information” request shown in the previous chapter. We will provide some information on how a SOAP-RP service operates and then demonstrate ...

Get J2EE™ and Beyond: Design, Develop, and Deploy World-Class Java™ Software 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.