php-soap / encoding

SOAP encoding and decoding package
MIT License
6 stars 2 forks source link

Allow not setting optional objects and arrays whilst encoding. #24

Closed veewee closed 1 month ago

veewee commented 1 month ago
Q A
Type bug/improvement
BC Break no
Fixed issues Fixes #23

Summary

Fixes #23.

This PR allows for not having to define optional sub-objects and arrays whilst encoding. They are left out of the resulting encoded XML - as per XSD specification.