Open goetas opened 10 years ago
I'll be glad to provide an example of deserialization later on. Cheers
I have some sample code here. Hope this helps and was you were looking for:
generate classes: https://github.com/ramittal/sdk-php/blob/master/genclass.sh xml serialization: https://github.com/ramittal/sdk-php/blob/master/lib/net/authorize/api/controller/base/ApiOperationBase.php tests: https://github.com/ramittal/sdk-php/blob/master/tests/Controller_Test.php I might be doing some code reorganization soon.
@ramittal Thank you! I will find a way to add this stuff some where into the project.
Someone interested to create a tutorial on how to use xsd2php?
Some examples or code samples?