Hi,
I am writing http protocol to get some data from servers. If i was
using my localhost, getting replay from local and if want access other
remote sites, i am getting error. Please reply it
My localhost client script:::
Code: ( python )
import httplib
h = httplib.HTTP('localhost',80)
h.pu
Hi,
I am writing http protocol to get some data from servers. If i was
using my localhost, getting replay from local and if want access other
remote sites, i am getting error. Please reply it
My localhost client script:::
Code: ( python )
import httplib
h = httplib.HTTP('localhost',80)
h.pu
Hi All,
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)
I have a doubt can we access web services