douyi3833 2011-11-21 05:10
浏览 119
已采纳

wsdl soap服务器没有返回xml

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

  • 写回答

1条回答 默认 最新

编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部