简体   繁体   中英

Testing an webservice using Junit getting errors

I am testing a java webservice with client jar which is made by axis-ant,When i run the test i'm getting the following errors.

java.lang.NoSuchMethodError: org.apache.axis.description.TypeDesc.(Ljava/lang/Class;Z)V at com.xxxx.www.xxxx.xsd.GetSalesIdRequest.(Unknown Source)

Please help me.

我怀疑您尚未将apache轴添加到您的类路径中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM