无法实例化HttpTransportProperties类型

时间:2017-05-02 12:55:12

标签: java axis2

我正在使用Apache Axis2使用Eclipse构建对Web服务的Soap请求,特别是来自ServiceNow的Web服务。

我尝试使用ServiceNow维基的“官方”建议,在我的请求中提供基本身份验证:

HttpTransportProperties.Authenticator basicAuthenticationTest = new HttpTransportProperties.Authenticator();

但是我收到一个错误:“HttpTransportProperties.Authenticator无法解析为类型”

在此之后,我尝试了这个:

HttpTransportProperties basicAuthentication = new HttpTransportProperties();

但也有错误:“无法实例化HttpTransportProperties类型”

有什么方法可以解决这个问题吗?

我做错了什么?

0 个答案:

没有答案