Trying to do a XML dump for soap using AXIS
Hi there,
I'm trying to get a dump of the XML I am generating for a SOAP transaction. I've done a bit of a seach, and it seems that I need to put the following in my JRX-RPC security file
<xwss:SecurityConfiguration>
:
<xwss:SecurityConfiguration dumpMessages="true">
The only problem being..... My jrxrpc jar doesn't appear to have a security file.
I thought therefore it was probably just inheriting the information from my Java setup. So I wanted to change Java\jdk1.5.0_06\jre\lib\security, but there is nothing in there that looks remotely like the xml above.
Can anyone give me a pointer exactly where I should be putting these things?
Thanks very much
Dianne

