|
Posted by PTM on 08/19/06 17:29
"Mathieu Maes" <mathieu.maes@gmail.com> wrote in message
news:1155997579.482074.114860@m73g2000cwd.googlegroups.com...
> 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
>
Could I ask how you created your class (any examples would be great)? I've
been trying something similar for something on my own site (not invoices),
and I am having awful trouble with it.
Each alteration I make to fix one thing seems to cause another problem I
wasn't expecting, and I've never done anything with classes before.
Cheers,
Phil
Navigation:
[Reply to this message]
|