You can use either tcpmon or wireshark to view the request/responses. If you wish to dump the xml serialization, you can use the method, axiom_node_to_string().
Regards Nandika On Tue, Sep 21, 2010 at 11:17 PM, jim <[email protected]> wrote: > Can anyone show me a simple way to view the complete raw request/response > headers when using the auto-generated stubs? I've Googled this extensively > with no success. I used to be able to put some code in the stub to use > Axiom XML serialization and dump the raw response, but now I'm using 1.7.0 > and one of the key serialization functions (axiom_document_serialize) seems > to have dropped out of the library, or it's signature is wrong, and I can't > see the workaround. > > Thanks > Jim Hughes > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
