n't work:
Agent agent = new Agent();
engine.getApplicationSession().set(serviceName,agent);
Thanks,
-Hui Deng
--- Hui Deng <[EMAIL PROTECTED]> wrote:
> Date: Tue, 14 May 2002 23:17:26 -0700 (PDT)
> From: Hui Deng <[EMAIL PROTECTED]>
> Reply-to: [EMAIL PROTECTED]
&
ass") != -1)
serviceName = serviceName.substring(6);
System.out.println(serviceName);
log.debug(serviceName);
engine.getApplicationSession().set(serviceName,
agent);
Am I correct? I need direction to explore Axis API to
get there.
Thanks,
-Hui Deng
__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
searched all folders. Do I miss
anything?
Thanks in advance.
-Hui Deng
__
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
D:\Apache Tomcat 4.0\webapps\axis\WEB-INF\classes>java
samples.userguide.example
3.Client "test me!"
Exception in thread "main"
java.lang.NoClassDefFoundError: javax/xml/rpc/encodin
g/XMLType
Finally figure out what happen: on the client side,
now beta2 use
import javax.xml.rpc.ParameterMode;
i
I struggled on this for long hours, I quit and look
for help here.
After upgrading to beta2 (beta1 runs perfectly), when
I run any service like this one (or any ones working
on beta 1):
java samples.stock.GetQuote
-lhttp://localhost:8080/axis/servlet/AxisServlet
-uuser1 -wpass1 XXX
I got error:
Hi All,
Haven't find info regards to it, so I post it here.
Just want to be sure that the the java class be
deployed as Web Service should not have default
constructor explicitly. For example, when I deployed
the following service and run, I got error said:
java.lang.IllegalAccessException:
C:Ap