Я пытаюсь сгенерировать файлы, обрабатывающие службы SOAP, описанные здесь: http://www.ncbi.nlm.nih.gov/books/NBK55699/
Но wsimport не работает:
$ wsimport -d generated "http://www.ncbi.nlm.nih.gov/blast/netblast/blastws.cgi?WSDL" parsing WSDL... [ERROR] Schema descriptor {http://www.ncbi.nlm.nih.gov}Blast4-queue-search-request-lite in message part "request" is not defined and could not be bound to Java. Perhaps the schema descriptor {http://www.ncbi.nlm.nih.gov}Blast4-queue-search-request-lite is not defined in the schema imported/included in the WSDL. You can either add such imports/includes or run wsimport and provide the schema location using -b switch. line 15 of http://www.ncbi.nlm.nih.gov/blast/netblast/blastws.cgi?WSDL
Однако, проверенные мной валидаторы WSDL не показали ошибок (http://xmethods.net/ve2/Tools.po, http://www.validwsdl.com/ ...)
Как я могу решить эту проблему?
Спасибо