Fwd: deploy an object as Web Service (application scope)

2002-05-17 Thread Hui Deng
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] &

deploy an object as Web Service (application scope)

2002-05-14 Thread Hui Deng
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

logging OK to console, but failed on file.

2002-05-05 Thread Hui Deng
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

Re: classpath problem after upgrading to beta 2

2002-05-04 Thread Hui Deng
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

classpath problem after upgrading to beta 2

2002-05-03 Thread Hui Deng
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:

web service fails to run when has constructor

2002-03-25 Thread Hui Deng
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