Protung Dragos - 2013-12-11 18:36:45 -
In reply to message 1 from Vladimir
You can not (and should not) combine 2 classes into one WSDL out of the box.
You can of course create 2 different WSDL files.
If really do want to create one WSDL from multiple sources you can extend "PHP2WSDL\PHPClass2WSDL" to accept an array of classes and loop over them in generateWSDL().
If you do this you may have a hard time setting up the SoapServer in PHP. One class per WSDL easier.