wsdl 肥皂服务器不返回 xml

发布于 2024-12-17 08:48:18 字数 383 浏览 0 评论 0 原文

我必须用 php 编写soap wsdl 服务器。 要求: 请求:两个参数表示startDate &结束日期 回复:如下

<students>   
     <student FirstName='Mr. A' LastName='B' />   
     <student FirstName='Mr. B' LastName='C' /> 
</students>

任何人都可以帮我编写 wsdl 文件吗?肥皂服务器满足上述要求。我尝试了很多方法,但最近四天都失败了。

请帮助编写 WSDL 文件和与 WSDL 文件通信的 SOAP 服务器,如果可能的话,测试客户端进行验证。

提前致谢

I have to write soap wsdl server in php.
Requirement:
request:two parameters say startDate & endDate
response: as follows

<students>   
     <student FirstName='Mr. A' LastName='B' />   
     <student FirstName='Mr. B' LastName='C' /> 
</students>

Can any one help me writing wsdl file & soap server for the above requirement. I tried many ways but failing for last 4 days.

Please help in writing WSDL file & SOAP Server which communicates with WSDL file, if possible a test client to verify.

Thanks in Advance

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

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

发布评论

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

评论(1

Bonjour°[大白 2024-12-24 08:48:18

尝试使用 SoapServer 类:
http://www.php.net/manual/en/class.soapserver.php

请记住,此类并不总是可用:
http://www.php.net/manual/en/soap.installation.php

使用 Google,我找到了一些解释如何设置 SOAP Web 服务的教程:

恕我直言,对一个简单的问答网站抱有很高的期望......

Try the SoapServer class:
http://www.php.net/manual/en/class.soapserver.php

Keep in mind that this class is not always available:
http://www.php.net/manual/en/soap.installation.php

Using Google I found a few tutorials explaining how to set up a SOAP web service:

IMHO quite high expectations on a simple Q&A site...

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