users@glassfish.java.net

Re: Logging SOAP messages signed by x.509 certificate - security logging?

From: Major Péter <majorpetya_at_sch.bme.hu>
Date: Sat, 12 Dec 2009 00:24:22 +0100

Hi,

You can enable SOAP/WS logging by setting the following system property
in your domain.xml:
<system-property name="com.sun.xml.ws.assembler.server" value="true" />

Regards,
Peter

2009-12-12 00:20 keltezéssel, glassfish_at_javadesktop.org írta:
> Hi:
>
> How does the server log logging SOAP messages signed by x.509 certificate - security logging?
>
> How does one enable this logging, and view such logging?
>
> Thanks