我有一个wsdl文件,我在Eclipse Kepler中导入了我的项目。然后我试图在开普勒生成一个客户端,但我一直收到这个错误。 我尝试了很多解决方案但似乎没有任何效果。现在我找到了一个新的解决方案:
java -Dhttp.proxySet=true -Dhttp.proxyHost={value} -Dhttp.proxyPort={value} org.apache.axis.wsdl.WSDL2Java {wsdlURL}
但是我在哪里使用这个命令以及我应该给它的值是什么?
IWAB0399E Error in generating Java from WSDL:
WSDLException (at /wsdl:definitions/wsdl:types/xsd:schema):
faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced
at 'Error.xsd', relative to 'file:/D:/home/eclipse_workspace/TEST/work
/gsi.wsdl'.: This file was not found: file:/D:/home/eclipse_workspace
/TEST/work/Error.xsd: java.io.FileNotFoundException: This file was not
found: file:/D:/home/eclipse_workspace/TEST/work/Error.xsd
关于我如何解决这个问题的任何想法?