SOAP-ERROR:解析架构:意外&element>在复杂型中

发布于 2024-10-28 21:05:31 字数 332 浏览 4 评论 0原文

当尝试使用以下命令连接到 Web 服务时

$client = new SoapClient("http://vocab.ndg.nerc.ac.uk/1.1/VocabServerAPI_dl.wsdl");

,我收到此错误消息

Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: Outstanding in ComplexTyp

这看起来很奇怪,因为我所做的只是尝试连接到它不使用其中的任何功能。

有谁知道什么会导致这个错误?

When trying to connect to a web service using the following

$client = new SoapClient("http://vocab.ndg.nerc.ac.uk/1.1/VocabServerAPI_dl.wsdl");

I get this error message

Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: unexpected in complexTyp

Which seems odd as all I am doing is trying to connect to it not use any functions from it.

Does anyone know what would be causing this error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寄居人 2024-11-04 21:05:31

WSDL 本身。出现此错误时,WSDL 的编写方式有问题。到底是什么?我不知道。

The WSDL itself. There is something wrong with the way the WSDL is written when this error comes up. What exactly? I don't know.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文