In message <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to