将NetSuite WSDL导入Delphi-7会导致错误:
// The following types, referred to in the WSDL document are not being represented// in this file. They are either aliases[@] of other types represented or were referred// to but never[!] declared in the document. The types from the latter category// typically map to predefined/known XML or Borland types; however, they could also// indicate incorrechtt WSDL documents that failed to declare or import a schema type.// ************************************************************************// !:login - "urn:messages_2009_2.platform.webservices.netsuite.com"// !:loginResponse - "urn:messages_2009_2.platform.webservices.netsuite.com"// !:applicationInfo - "urn:messages_2009_2.platform.webservices.netsuite.com"
WSDL位于:0/netcele.wsdl,也可以与所有XSD一起从:0.zip下载。
我看到了这个线程http://forums.embarcadero.com/thread.jspa?messageID=157927,但是我没有发现NetSuite证书的任何问题。
任何解决这一问题的帮助都将不胜感激!
发布于 2011-04-12 10:04:14
我通过使用Delphi 2010 WSDL导入器生成Delphi单元来帮助harry。它们不是在Delphi 7中编译的。
这是他的反应:
我无法在Delphi 7中使用该文件,因为Delphi 7不支持{$SCOPEDENUMS ON}
作用域Enum是一个不错的特性,但很难将其移植到Delphi7.
https://stackoverflow.com/questions/2187781
复制相似问题