|
|
|
|
|
The Fast Infoset (search, standard) implementation from Java.Net is used in several places including the WS stack of JWSDP, SJS AS, and GlassFish. Paul latest blog entry explains how to Enable FastInfoset for JAX-WS 2.0 and JAX-RPC 1.1. All that it is needed is to set a property on the client side stub, and then, thanks to the magic of HTTP agent-driven negotiation, "magic happens" (tm). Check Paul's blog for the details, and enjoy a faster Web Service call! |