This question has been flagged
2213 Views

Hello,
I am stuck here.
Scenario:
End user will send some data to a server, server must be continuously listening for the data from anyone. Data comes on the server and server makes database entries.

If this was php I would say apache would be running continuously and their would be a page say listen.php who can GET some data like name and address and then store it to the database. lets say the url hitting the listen.php is like

www[dot]someserver[dot]com/listen.php/?name=STRANGER&address=EARTH

How do I achieve this using XML-RPC in Openerp ? I know how XML-RPC works but what url some end user should have to hit the XML-RPC python code. I am confused.

Thanks

Avatar
Discard