Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53224
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-08-29 00:28 -0700 |
| Message-ID | <a0d8b20f-6034-47ef-893d-b501204ffbac@googlegroups.com> (permalink) |
| Subject | Question about XMLRPC |
| From | i.sheeha@gmail.com |
Hello, I should write a python script(s) that listens to an existing XMLRPC service on my company's dev server.My utility should take some data from that XMLRPC, send it to an online xml service provider(it's something about hotel accomodation, where they have xml patterns for different requests), then they return their response to me, also in xml data interchange format.then i should parse that and return to the existing XML-RPC, or write the parsed data to the Posgresql database.The thing is, i know something about XML parsing, i know also something about XMLRPC, but i'm not permitted to edit the existing XMLRPC service.Can anyone just tell me what is the shortest and the best solution for this problem?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Question about XMLRPC i.sheeha@gmail.com - 2013-08-29 00:28 -0700
Re: Question about XMLRPC Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-08-29 23:54 +1200
Re: Question about XMLRPC Ferrous Cranus <nikos@superhost.gr> - 2013-08-29 15:35 +0300
Re: Question about XMLRPC Ferrous Cranus <nikos@superhost.gr> - 2013-08-29 18:30 +0300
Re: Question about XMLRPC Ferrous Cranus <nikos@superhost.gr> - 2013-08-30 16:29 +0300
csiph-web