私はSOA/WSDL
Web サービスクライアントを書いています。
私がそれを使用するとき:
Service service = Service.create(this.url, qname);
Score score = service.getPort(Score.class);
私はいつもこのエラーを受け取ります:
24.05.2012 12:59:54 com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser parseWSDL
WARNUNG: Import of http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?xsd=2 is violation of BP 1.1 R2001. Proceeding with a warning.
R2001 A DESCRIPTION MUST only use the WSDL "import" statement to import another WSDL description.
URLとqnameがオブジェクトタイプに正しく変換されているというエラーは何ですか?