ADBRITE ads links
You are here: CodeIdol.com > Java > J2EE Web Services > SAAJ
J2EE Web Services
| To read and manipulate SOAP header blocks in JAX-RPC you have to use message handlers, which are covered in Message handlers, however, use SOAP...
|
|
| The best way to learn SAAJ is to jump right in and build a simple SOAP message using the API. Listing shows the BookQuote request...
|
|
| To create a simple SOAP document, you obtain a new SOAPMessage object from a MessageFactory object, as shown in this snippet from SaajExample_1 (Listing 13-2):
MessageFactory...
|
|
| SAAJ provides a number of interfaces you can use to construct a simple SOAP document. This section covers most of these types; the SOAP fault...
|
|
| As you know from faults are a special kind of SOAP message that contains error information. SOAP faults are always delivered from the receiver...
|
|
| Building SOAP messages with SAAJ wouldn't be very useful if you didn't send them anywhere. Usually SAAJ is used in combination with JAX-RPC, but it's...
|
|
| SAAJ and DOM 2
SAAJ 1.1, the first official version of SAAJ, was not as flexible as it could have been. Vendors and developers complained that...
|
|
| Using SAAJ makes it fairly easy to construct SOAP messages from scratch, and to peruse SOAP messages received from other nodes. While SAAJ is normally...
|
|
You are here: CodeIdol.com > Java > J2EE Web Services > SAAJ
|
|
Related tags
Popular Categories
Unix books and guides
AJAX popular information
C# language guides
Windows books and cookbooks
.......
|
|