October, 2008 için arşivler

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/”/>

Paylaş:
  • Twitter
  • Facebook
  • Digg
  • Ping.fm
  • Technorati
  • del.icio.us
  • StumbleUpon
  • Print
  • Google Bookmarks