wsdl 肥皂服务器不返回 xml [英] wsdl soap server not returning xml

查看:26
本文介绍了wsdl 肥皂服务器不返回 xml的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

<学生名字='先生.A'姓氏='B'/><学生名字='先生.B'姓氏='C'/></学生>

谁能帮我写wsdl文件&用于上述要求的soap服务器.我尝试了很多方法,但最后 4 天都失败了.

请帮助编写 WSDL 文件 &与 WSDL 文件通信的 SOAP 服务器,如果可能的话,一个测试客户端来验证.

提前致谢

解决方案

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

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

我使用 Google 找到了一些解释如何设置 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

解决方案

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...

这篇关于wsdl 肥皂服务器不返回 xml的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆