Retrieving the soap response xml

I need to print the soap response xml as such returned by apache soap to console.I don't want to retrieve the inividual values .how to do?
[146 byte] By [Big@Bossa] at [2007-11-26 17:46:22]
# 1
To print to the console:SOAPBody response = connection.call(message, endpoint);response.writeTo(System.out);
gespinaa at 2007-7-9 0:14:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...