Chapter 8. Creating Client Implementations

IN THIS CHAPTER

All communication in the Web services architecture is done through the exchange of XML documents that follow the SOAP and SOAP with Attachment specifications. JAXM provides the necessary APIs with which applications can create and process SOAP messages. As you learned in the previous chapter, there are two kinds of applications that use JAXM: applications that connect directly to the Web service and engage in a request response message exchange, and applications that use the messaging provider and engage in either request-response or one-way messaging.

In this chapter, you will learn how to create both of these types of applications. ...

Get Java™ APIs for XML Kick Start 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.