SOAP headers and WSDL

2003-11-21 Thread Josh Emmons
most of the heavy lifting on its own, if possible. If not, does anyone know of a way to get to the SOAP headers or even the raw SOAP message itself in .NET so that I don't have to rely on WSDL definitions to find my headers? Cheers, -Josh Emmons

Re: Axis (or tomcat?) runs as root? OT

2003-09-15 Thread Josh Emmons
to know how to sort this, I'd appreciate the help. Cheers, -Josh Emmons

Axis runs as root?

2003-09-15 Thread Josh Emmons
l and $axis/WEB-INF/server-config.wsdd and didn't see any properties that would let me set what user these apps run as. Ideas, anyone? Cheers, -Josh Emmons

removing stack traces from log files...

2003-09-15 Thread Josh Emmons
Greetings, list. My log files are made unusable by the huge amount of stack traces printed with every exception. I've tried about everything I can think of to fix this problem including setting axis.EXCEPTIONS to WARN (which produces NO logging whatsoever) and subclassing my exceptions from Ax

controling faultDetail in AxisFault

2003-09-10 Thread Josh Emmons
setFaultDetailString("");" in the subclass's constructor, but that didn't seem to make any difference at all. The API docs on these methods are all but silent. Can anyone point me in the right direction, or will I just have to learn to put up with overly-verbose stack traces? Cheers, -Josh Emmons