Object oriented EDI handling in PHP
- by Robert van der Linde
I'm currently starting a new sub project where I will:
Retrieve the order information from our mainframe
Save the order information to our web-apps' database
Send the order as EDI (either D01b or D93a)
Receive the order response, despatch advice and invoice messages
Do all kinds of fun things with the resulting datasets.
However I am struggling…