Hi All, I am in the process of creating Web service using SOAPpy.
I have created method to fetch few data from particular DB. i.e. From Client side if I enter the user name, Server side will fetch the data from DB and it will return back to client using SOAPpy. Here both the Server side and Client side scripts are python files. In real time our clients should be able to access our methods from any application, like VC++ or .NET etc. How would we ensure that this webservice will work for all environments? It would also be great if you guide me to configure my web address (For Ex: http://localhost:8080) in apache. Thanks! ~Vela On Mar 1, 4:52 pm, velappan velappan <[email protected]> wrote: > Hi Kelvin, > > Thanks for your information will have look on those things. But we > have not used Django. We will try to do if it suits for us. Thanks > once again for your information all. Will work on those stuffs and > keep this post updated :) > > Thanks & regards > Vela > > On Feb 28, 9:42 pm, Kevin Noonan <[email protected]> wrote: > > > Hi Vela, > > > If you're following one of the articles and using Google App Engine, > > you'll be leaving your Apache, your current server hosting and > > database behind and adopting Google's infrastructure--in that case, > > see the docs athttp://appengine.google.comtoget going. > > > That may be too radical an option... > > > If you're just using Django, you can set up Django with Apache (on > > your own server, with whatever database you're using now). See the > > extensive docs onwww.djangoproject.com. > > > Here's another example of using Django with XML-RPC, which will output > > XML using SimpleXMLRPCDispatcher:http://code.djangoproject.com/wiki/XML-RPC > > > Good luck! > > > Kevin. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Python Ireland" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.ie/group/pythonireland?hl=en -~----------~----~----~----~------~----~------~--~---
