简体   繁体   中英

wsdl soap server not returning 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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM