If it works like LogHandler, you'll find the log
file in the bin directory of your server.
If you're using Tomcat, check in
$TOMCAT_HOME/bin.
It took me a while to figure that out
too!
- Original Message -
From:
Li Bing
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] ; Li B
Dear all,
After solving the previous problem,
I keep on learning the Axis. This time I try to add handlers to the
GreetingService.
A handler program is designed. It
is EventRecorder.java which record the number of times that the greeting service
has been called. A log file, greetingServi
Thanks so much!
- Original Message -
From:
Mark
Volkmann
To: [EMAIL PROTECTED]
Sent: Saturday, March 30, 2002 7:01
AM
Subject: Re: Don't Know How to Use Custom
Deployment
I stumbled across the same thing. You need to
copy all .class files your web servic
By experimenting, I have concluded that a web service:
1. Must have null-arg public constructor.
2. If there is a constructor with arguments, it cannot be invoked by web
service clients and does not appear in the wsdl.
Is this stuff documented anywhere? Are these conclusions accurate? Than
Simple yes and no answers will do. I'm guessing the
answer to both these questions is yes, but I want to make sure.
Are beanMapping and typeMapping elements allowed
both inside and outside service elements?
When inside a service element, does that imply that
they are only used for the con
I stumbled across the same thing. You need to copy
all .class files your web service will need to
$TOMCAT_HOME/webapps/axis/WEB-INF/classes with the appropriate package hierarchy
of directories below that and any .jar files needed to
$TOMCAT_HOME/webapps/axis/WEB-INF/lib. The user's guide do
Dear all,
I am trying to learn how to use
custom deployment. I did that as follows, but I failed.
The following necessary files are
stored in my working directory, for example, $HOME/temp.
GreetingService.java
AxisClient.java
deploy.wsdd
Then I run the following
script,
java
org.ap
Hi,
I would
like to invoke a web service that accepts a void as a parameter. The WSDL entry
is mentioned below. How do I invoke the NewGame method using my
Call object ?
-
8 matches
Mail list logo