On Thu, Mar 03 2011, Python User wrote: > Hi All, > > I am new user to python, I am interested in knowing how to use python script > to communicate with Application server. All I need is Establish connection > with an Application server, Send a Request XML and get the Response XML.
Probably the urllib, urllib2, elementree modules if you want to go raw or xmlrpclib if you want to use XML-RPC. All of these are in the standard library. > Please suggest me what are the python services which I need to use for > performing the above task. It would be great if you could also provide > me some help links or documentation links where I can get more > information on the same. http://docs.python.org/ but these were just a google away. [...] -- ~noufal http://nibrahim.net.in _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers