Skip to content

4.0.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@veewee veewee released this 19 Dec 12:42
· 8 commits to v4.x since this release
4.0.0-alpha4
bcffb75

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