I am using Axis for a SOAP client in Java. We need both the parsed document (for storing parts of it in a database) and the unparsed XML document (for transforming it into a PDF file using FOP).
Is there any way to access the raw XML response ? Currently we use Axis in the noob-way (via the generated port objects) and not using SOAPEnvelope... Regards Nikolaus
