Ask a Question related to ASP.NET Security, Design and Development.
-
Rea Peleg #1
consuming webservice over ssl problem
Hey all
I'm following msdn's 'Call a Web Service Using SSL' how to.
I have complited successfully the first 2 steps (creating a simple web
service
and configuring the Web Service Virtual Directory to Require SSL (with a
test certificate)).
Now I'm trying to test the Web Service Using a Browser.
I'm using the following url:
[url]https://127.0.0.1/securemath/math.asmx[/url]
but i get the 'page cannot be displayed' error.
The same link with the ssl port does not work either
[url]https://127.0.0.1:443/securemath/math.asmx[/url]
If I remove the ssl requirement from the webservice site I can access it.
Any idea where I should start looking??
The only flow I can find in my schema is that I'm using a win 2k
professional
machine as server instead of win2k server. Can this be the problem?
Thanks again
Rea
Rea Peleg Guest
-
Error Consuming Webservice
We are attempting to consume a webservice that passes faxed documents back and forth. When we try to send or retrieve a ducment through the... -
Consuming webservice problem
I have created the sample webservice HelloWorld when I try to instantiate it from either a console app or a windows forms app I get the following... -
Consuming Coldfusion Webservice
I am trying to consume a coldfusion webservice that has been implemented as CFC. My calling program resides in Weblogic 8.1 (Java Program). I used... -
Consuming Controls from a Webservice
Whatever you are returning from WebMethod shd be serializable. For that what you can do is store cotrol name & properties as XML DataSet and... -
Consuming a java webservice
Hi, I try to create a proxy class in VB.NET on a java webservice. I tried wsdl but it's seem impossible for me to do the work so... if anyone...



Reply With Quote

