Web service client using https

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Thu Oct 4 03:54:09 EDT 2007


In message <1191483648.610569.219510 at g4g2000hsf.googlegroups.com>, 
welcomestocontact at gmail.com wrote:

>        I am trying to connect .NET web service using HTTPS. I wrote a
> python script using https. For that need to send SOAP message to the
> server. But it is giving error 401.3 execution access is denied.(SOAP
> message not processing)

Does it work over non-secure HTTP, just for comparison? (I know, don't do it
for production use, only for testing.)

Are you able to compare your code with some other working code? You could
try concatenating the complete request into a text file and sending that
with wget, to see if it works.




More information about the Python-list mailing list