Configure Glassfish Server 3.3.1 to print the SOAP request and response messages for each web service invocation
Add the below in domain.xml config file in <java-config> tag to print soap mesaage in domain log
<jvm-options>-Dcom.sun.metro.soap.dump=true</jvm-options>
Leave a Reply