Using JAXM: Sample Applications

Developing a SOAP application using JAXM is a fairly straightforward process. The SOAP message contains a number of parts, and understanding how those parts work together is important. Once that knowledge has been gained, the processes of creating and sending a message, and of receiving and processing a message, are not complicated.

The following example works with a fictitious movie database. What is needed is a service component that can receive a movie ID, a unique identifier for a movie, and return information about the movie. The application sending the request for the information ultimately outputs the information to a Web browser, so at some point the information needs to be formatted as HTML. This requirement ...

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.