Cannot resolve the name 'soapenc:Array'

Netbeans de wsdl eklerken soyle bir hata mi aldiniz:
ERROR: src-resolve: Cannot resolve the name ‘soapenc:Array’ to a(n) ‘type definition’ component

Bu hata şunu demek istiyor, wsdl de soapenc:Array tanimini bulamadiginiz söylüyor. Çünkü şemanın tanımında
http://schemas.xmlsoap.org/soap/encoding/ namespace i import edilmiş ve eksik import edilmiş.

Şöyle olması lazım:
import namespace=”http://schemas.xmlsoap.org/soap/encoding/”
schemaLocation=”http://schemas.xmlsoap.org/soap/encoding/”/>

Arama Kriterleri:

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>