我在 Eclipse 4.2 中为我的 SOAP WebService 创建了一个客户端。项目本身(此客户端所在的位置)是由 Maven 生成的。
现在 Eclipse 抱怨它自己生成的源:
"org.apache.axis.constants cannot be resolved to a variable"
"javax.xml.rpc cannot be resolved to a type"
如何使其正确编译?
我在 Eclipse 4.2 中为我的 SOAP WebService 创建了一个客户端。项目本身(此客户端所在的位置)是由 Maven 生成的。
现在 Eclipse 抱怨它自己生成的源:
"org.apache.axis.constants cannot be resolved to a variable"
"javax.xml.rpc cannot be resolved to a type"
如何使其正确编译?