1

サーバーからwsdlファイルをインポートするためにwsimportを使用しています。これが私が使用しているコマンドです:

X:>wsimport -keep -verbose http://xxxxxxxxxx

parsing WSDL...


[ERROR] Schema descriptor {http://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX in message part "in" is not defined and could not be bound to Java. Perhaps the schema descriptor is not defined in the schema imported/included in the WSDL. You can either a
dd such imports/includes or run wsimport and provide the schema location using -
b switch.

wsdlファイルをインポートするにはどうすればよいですか?

4

1 に答える 1

0

正確なJDKバージョンを指定しました

%AS_HOME%/ bin / wsimport -keep -d ./build -p com.sample.hello http:// localhost:8080 / HelloSvr / HelloService?wsdl

于 2012-05-23T14:03:44.600 に答える