ошибка разбора wsdl с помощью wsimport - PullRequest
0 голосов
/ 25 июня 2011

При попытке сгенерировать классы из https://api.betfair.com/global/v3/BFGlobalService.wsdl с помощью wsimport из JAX-WS RI 2.2.4-b01 я получаю это предупреждение:

[WARNING] src-resolve: Cannot resolve the name 'types:LoginReq' to a(n) 'type definition' component.
  line 1841 of file:/Users/Daniel/Desktop/lett/wsdl/BFGlobalService.wsdl#types?schema2

[WARNING] src-resolve: Cannot resolve the name 'types:LoginReq' to a(n) 'type definition' component.
  line 1841 of file:/Users/Daniel/Desktop/lett/wsdl/BFGlobalService.wsdl#types?schema2

Что происходит не так? Файл сохраняется на моем диске, потому что, когда я передаю URL в качестве параметра, он дает мне еще одну ошибку:

[ERROR] java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

Failed to read the WSDL document: https://api.betfair.com/global/v3/BFGlobalService.wsdl, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.


[ERROR] failed.noservice=Could not find wsdl:service in the provided WSDL(s): 

 At least one WSDL with at least one service definition needs to be provided.

1 Ответ

0 голосов
/ 29 июня 2011

Я также сталкивался с подобной проблемой

src-resolve: Cannot resolve the name 'types:LoginReq' to a(n) 'type definition' component.

Мы можем спокойно игнорировать предупреждения и идти вперед.

...