异常为:
WS-I: A problem occurred while running the WS-I WSDL conformance check: org.eclipse.wst.wsi.internal.analyzer.WSIAnalyzerException. The WS-I Test Assertion Document(TAD) was not found or could not be processed. The WSDLAnalyzer was not able to validate the given WSDL file.
请高手来解决。
[b]问题补充:[/b]
在联网的情况下,能正常创建WebService客户端。不联网的时候,就报这个异常。
[quote]在联网的情况下,能正常创建WebService客户端。不联网的时候,就报这个异常.[/quote]
是不是在不联网时,创建WebServices client采用了远程URL的WSDL,实际上这时可以用本地WSDL文件来创建。再试一试这种办法。
[quote]The WS-I Test Assertion Document(TAD) was not found or could not be processed[/quote]
是不是找不到TAD文档?这个应该是schema文件。