From: joshua1970 <joshua1970j_at_libero.it>
Date: Mon, 30 Mar 2009 02:13:14 -0700 (PDT)
Hi all !
I have a Webservice which uses JAX-WS and JBoss AS. This webservice returns
a List of Objects to the
client. However I can see that after JAXB marshalling the SOAP message
returned contains namespace
information on every row:
As you can see there's a lot of information in the xmlns and xsi elements
which bloat the SOAP package. How can I get rid of it so that I slim the
SOAP packet ?
I've tried with both @SOAPBinding(style = SOAPBinding.Style.RPC)
and @SOAPBinding(style = SOAPBinding.Style.DOCUMENT) but the SOAP packet
stays the same.....
any idea to reduce the size of the SOAP response ?
thanks a lot
john