Chapter 8. Creating Client Implementations

printer-friendly version of this section  Print  e-mail this section  E-Mail  add a public, group or private note  Add Note  add a bookmark about this section  Add Bookmark    

Java APIs for XML Kick Start
By Aoyon Chowdhury, Parag Choudhary

Table of Contents
Part III.  JAXM: Java API for XML Messaging


Chapter 8. Creating Client Implementations

IN THIS CHAPTER

  • Standalone Client Implementation

  • Client with Messaging Provider

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. In the first section, you will learn how to create a standalone JAXM client that connects directly to a UDDI registry and gets information about companies registered with the registry.

In the second section, you will learn how to create a JAXM application that leverages the power of the messaging provider to create an ebXML message with an attachment and send it as a one-way message.


printer-friendly version of this section  Print  e-mail this section  E-Mail  add a public, group or private note  Add Note  add a bookmark about this section  Add Bookmark    
Top

[0672324342/ch08]

 
 


JavaT APIs for XML Kick Start
JAX: Java APIs for XML Kick Start
ISBN: 0672324342
EAN: 2147483647
Year: 2002
Pages: 133

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net