pondersource / peppol-php

An implementation of Peppol in PHP
MIT License
15 stars 5 forks source link

Invoice send request and response #33

Closed ishifoev closed 2 years ago

ishifoev commented 2 years ago

Can we work and pass large objects using SoapClient to send arguments like objects and take this information for SoapServer. I think we need to parse our API using UBL but create API for Invoice, Price, Vat, Account, Country, Address the classes and objects that will work. Because we can't take the large data set to take and work with them without working with a small set.

ishifoev commented 2 years ago

Fix it here #39 #40 Start to working with UBL Invoice

ishifoev commented 2 years ago

42 #41

ishifoev commented 2 years ago

Continue working with creating and consuming API for peppol PHP #45

ishifoev commented 2 years ago

48 #50 #53

ishifoev commented 2 years ago

The last one #54