I need a way to upload an XML file into Web2py (behind apache) without using a form.
In other words, the sending server will push xml data at web2py at random intervals. Is this even possible?
If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
I need a way to upload an XML file into Web2py (behind apache) without using a form.
In other words, the sending server will push xml data at web2py at random intervals. Is this even possible?
1
rochacbruno 12 years ago
Yes, you can use RESTFul webservices or cmlrpc webservices and receive a bundle of XML, parse it and store in to web2py tables.
replies (1)