Web service client using https
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Thu Oct 4 03:54:09 EDT 2007
More information about the Python-list mailing list
Thu Oct 4 03:54:09 EDT 2007
- Previous message (by thread): Web service client using https
- Next message (by thread): racism kontrol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Web service client using https
- Next message (by thread): racism kontrol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list