Posted by Mathieu Maes on 08/19/06 14:26
Hello all,
I'm working on a professional invoice webapplication. I'm working on
means to automate the invoice generation. Therefor I created a class
which creates invoices using given XML-data. This is what the server
can do...
Now I'm looking for solutions to allow clients with external servers
(like websites) to send XML data to the API. Here I'm stuck...
- email : I already have some experience with a mail parser and a
mail2php pipe, but I never succeeded in parsing the attachments. Does
anyone have any experience with parsing mail attachments ?
- SOAP : I've been looking at the SOAP client/server objects in PHP,
but they seem quite complicated to provide on clients who want to
automate invoices...
- HTTP request : Is there a way to upload a file with an HTTP request
programmatically ?
- ... (maybe someone has other solutions ?)
Thanks in advance for your input.
Kind regards
Mathew
Navigation:
[Reply to this message]
|