I want to have an array of struct (an array of books with thei开发者_高级运维r specifications like publication, ISBN number, ...). in wsdl and php. I have searched a little and I have found files that uses Nusoap, However, I dont want to use NuSoap. Is there any solution? I would appreciate if you help me in writing the related wsdl, client and server (php) files.
Thank you so much.
Best, shadi.
The SOAP client and server can be written using PHP's SOAP Extension, but as of now it doesn't create the WSDL for you (a.k.a. you can write it by hand but it would be a pain in the a$$). I would consider using nuSoap if you need a WSDL generated.
Why don't you want to use nuSoap?
精彩评论