subh wrote:
> I need to disable the stacktrace for the fault messages, but I am not sure
> where do I set it to false. is it in sun-jaxws.xml?
>
> Can anyone tell me the exact syntax? I am using version 2.1.
>
Use system property. Typically java
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
For containers, you need to pass properties in their own way. What
container are you using ?
Jitu
> thanks in advance..
>
>