Adding a HTTP header to a SOAPpy request

r.grimm at science-computing.de r.grimm at science-computing.de
Fri Jan 4 03:22:10 EST 2008


On Jan 3, 5:43 pm, Matias Surdi <matiassu... at gmail.com> wrote:
> Hi,
>
> Could anybody tell me which is the easier way to do a SOAP call to a web
> service wich requires an http header to be present?
>
> I can't figure it out.
>
> Thanks a lot
>
> Some code I'm using:
>
> import SOAPpy
> s =
> SOAPpy.SOAPProxy("http://10.3.5.128:10560/SERVICES",namespace="http://ws.mysite.com")
>
> s.some_method()
>
> Thanks a lot.

Hallo,
look at http://pywebsvcs.sourceforge.net.
There is a mailing list about SOAP and Python concerning SOAPpy.

Greetings Rainer



More information about the Python-list mailing list