首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Delphi-7 WSDL导入程序错误“WSDL文档中引用的下列类型没有表示.”

Delphi-7 WSDL导入程序错误“WSDL文档中引用的下列类型没有表示.”
EN

Stack Overflow用户
提问于 2010-02-02 21:17:03
回答 1查看 1.8K关注 0票数 2

将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证书的任何问题。

任何解决这一问题的帮助都将不胜感激!

EN

回答 1

Stack Overflow用户

发布于 2011-04-12 10:04:14

我通过使用Delphi 2010 WSDL导入器生成Delphi单元来帮助harry。它们不是在Delphi 7中编译的。

这是他的反应:

我无法在Delphi 7中使用该文件,因为Delphi 7不支持{$SCOPEDENUMS ON}

作用域Enum是一个不错的特性,但很难将其移植到Delphi7.

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/2187781

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档