I need some advice on which library is the best choice when it comes to creating SOAP servers (and, ultimately, SOAP clients) in PHP.
I know there are built-in functions for this, but is this really the best way to do this?
In addition, if you could attach some arguments as to why a particular library / method is better, I would be very happy.
The only requirement I currently have (besides the obvious client / server part) is that it can generate WSDL.
Does the WSDL version really matter? 1.1 or 2.0, what is the real difference / benefit of using 2.0?
soap wsdl php
Peter Lindqvist
source share