Re: Adding a HTTP header to a SOAPpy request

2008-01-04 Thread r . grimm
On Jan 3, 5:43 pm, Matias Surdi <[EMAIL PROTECTED]> 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.S

Adding a HTTP header to a SOAPpy request

2008-01-03 Thread Matias Surdi
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";)