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;
import javax.xml.rpc.namespace.QName;

to set method and parameter.

I still tried to use those old classes to invoke
service! I probably should read the release notes
carefully.

-Hui

--- Lyndon Durham <[EMAIL PROTECTED]> wrote:
> Try putting the jar files that axis uses in your
> java sdk's jre/lib/ext 
> folder. If your on a windows based system it will be
> something like 
> c:\jdk1.3\jre\lib\ext. Copy or move the
> libraries(jar files) that Axis 
> needs(they are listed in theInstallation Guide for
> Axis) there. To run 
> the examples you will need to append the root
> directory of where you 
> installed Axis beta drop to your classpath or use
> the java 
> -classpath(-cp) switch to run the sample programs.
> Hope this helps some. 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

Reply via email to