Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53240

Re: Question about XMLRPC

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Gregory Ewing <greg.ewing@canterbury.ac.nz>
Newsgroups comp.lang.python
Subject Re: Question about XMLRPC
Date Thu, 29 Aug 2013 23:54:42 +1200
Lines 21
Message-ID <b88r44Fs95pU1@mid.individual.net> (permalink)
References <a0d8b20f-6034-47ef-893d-b501204ffbac@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Trace individual.net RQvliEtt32kL/UKQUTmi8AoZOiA0iBIC5+w60TbZW8dfqyWTYU
Cancel-Lock sha1:ZpDBJBj9r6EI0vST8hcsBPYV4Vo=
User-Agent Mozilla Thunderbird 1.0.5 (Macintosh/20050711)
X-Accept-Language en-us, en
In-Reply-To <a0d8b20f-6034-47ef-893d-b501204ffbac@googlegroups.com>
Xref csiph.com comp.lang.python:53240

Show key headers only | View raw


i.sheeha@gmail.com wrote:

> I should write a python script(s) that listens to an existing XMLRPC 
> service on my company's dev server.

> then i should parse that and return to the existing XML-RPC,
 > or write the parsed data to the Posgresql database.

> but i'm not permitted to edit the existing XMLRPC service.

It's not clear exactly what you mean by this. Are you trying
to intercept XMLRPC requests sent to an existing service and
do something different with them?

To do that without modifying the existing service, you would
need to change your web server's configuration to redirect
the url of the service to a handler of your own. Are you
able to do that, or get your administrators to do it?

-- 
Greg

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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