NoClassDefFoundError: org/apache/commons/httpclient/HttpException while making WS call with Axis2
NoClassDefFoundError: org/apache/commons/httpclient/HttpException while making WS call with Axis2
我正在使用 Axis2 1.6.2(ADB 生成 类)和 httpclient 4.2.1 进行 soap 调用。由于某种原因,它抛出我 NoClassDefFoundError: org/apache/commons/httpclient/HttpException.
我检查了 HttpException 现在在 HttpClient 4 的不同包中。
谁能想到它抛出该错误的任何原因?
请确保 axis2 jar 文件在您的 CLASSPATH 中。
Axis2 1.6.x 中的 HTTP 传输使用 commons-httpclient 3.x。只有 Axis2 1.7.x 支持 HttpClient 4.x.
我正在使用 Axis2 1.6.2(ADB 生成 类)和 httpclient 4.2.1 进行 soap 调用。由于某种原因,它抛出我 NoClassDefFoundError: org/apache/commons/httpclient/HttpException.
我检查了 HttpException 现在在 HttpClient 4 的不同包中。
谁能想到它抛出该错误的任何原因?
请确保 axis2 jar 文件在您的 CLASSPATH 中。
Axis2 1.6.x 中的 HTTP 传输使用 commons-httpclient 3.x。只有 Axis2 1.7.x 支持 HttpClient 4.x.