http://web2py.com/books/default/chapter/29/10
On Wed, May 2, 2012 at 3:54 AM, Amit <[email protected]> wrote: > Hi, > I have to develop one web2py application which will run on one machine > (lets say SERVER), this machine will have MySql database also installed and > running. > Users can connect remotely to the Web2py app over Https(Lets say it CLIENT) > There is one more system running over the network(Lets say N/W Panel) > which can send the data to the SERVER and which will be further saved to > the MySql database and Web2Py application will display the updated data to > the CLIENT. > So the scenarios are: > 1. SERVER can act like a client when CLIENT can request some data from > N/W Panel (here N/W Panel acts as Server) using Web2Py application. > 2. N/W Panel can act like a client when it gets some updated data from > different devices and needs to save to the MySql database which is running > on SERVER(here SERVER acts as Server). > > Now My question is how to achieve it using web services as it is a > bi-directional communication between SERVER and N/W Panel AND how to > integrate with Web2Py application? > Web services can be SOAP OR REST. > > Regards, > Amit > -- Bruno Rocha [http://rochacbruno.com.br]

