If you are talking about the following situation, I think that
org.apache.axis.handlers.LogHandler helps you to do what you want.
- you're just a user or developer of a web service client for
existing web services
- you've no permission to access to the administrator of the
targeted web services to change the server configuration
I don't know if my guess is right.
Thanks,
Toshi <[EMAIL PROTECTED]>
On Thu, 7 Oct 2004, Toshiyuki Kimura wrote:
What're the security reasons ?
Then, how do you deploy your web services to the server ?
You may be using "org.apache.axis.client.AdminClient". This
tool uses the same interface.
It means that the tool works only at the server side as
the default setting due to the security reason. Is that not
enough for you ?
Thanks,
Toshi <[EMAIL PROTECTED]>
On Thu, 7 Oct 2004, Nelson Minar wrote:
Try the following as the next version of SOAPMonitor, then
please let me know your impression of the tool !
<http://ws.apache.org/axis/java/soapmonitor-user-guide.html>
This looks very nice, but I don't think it helps me with my problem.
Unless you've changed SOAPMonitor drastically it needs to connect to
the special service in the server. The clients I'm working with do not
have that access to the server, for obvious security reasons.