4.0.0-alpha4
Pre-release
Pre-release
What's Changed
- Add the ability to select specific services by port / service name by @veewee in #558
- Add support for
<any />
by @veewee in #560
The configuration slightly changed in comparison to previous alpha:
EngineOptions::defaults($wsdl)
- ->withPreferredSoapVersion(SoapVersion::SOAP_12)
+ ->withWsdlServiceSelectionCriteria(
+ ServiceSelectionCriteria::defaults()
+ ->withPreferredSoapVersion(SoapVersion::SOAP_12)
+ );
Full Changelog: 4.0.0-alpha3...4.0.0-alpha4