|
How about:
SOAPEnvelope envelope = call.invoke( envelope
);
SOAPBody body = envelope.getBody();
and then you can get the raw XML via
toString()
or
parse it using the already populated SOAPElement
objects so you don't go throught the performance hit of populating another DOM
like object model...
--
Sloan
----- Original Message -----
|
- Accessing 'raw' document body. Erich Oliphant
- RE: Accessing 'raw' document body. WALTERS,EUGENIO (HP-Boise,ex1)
- Re: Accessing 'raw' document body. Erich Oliphant
- Re: Accessing 'raw' document b... Sloan Seaman
- Re: Accessing 'raw' docume... Erich Oliphant
- Re: Accessing 'raw' d... Erich Oliphant
- Re: Accessing 'raw' d... Sloan Seaman
- Re: Accessing 'ra... Erich Oliphant
- RE: Accessing 'raw' document body. Naresh Bhatia
- RE: Accessing 'raw' document body. WALTERS,EUGENIO (HP-Boise,ex1)
- RE: Accessing 'raw' document body. Phil Bohnenkamp
- Re: Accessing 'raw' document body. Erich Oliphant
