deploying Web services on HTTPS

kaisersoze

Centurion
Joined
Aug 27, 2003
Messages
152
How to deploy web services on https server?

I manually copied all files and created a Virtual directory (VD) and pointed the VD to the physical location. I am able to see the methods on https://myws/page1.asmx. But, when i click on any method, and clickon invoke button, the page takes me to page not found and link changes to http://myws/page1.asmx/method1.

Can any one troubleshoot
 
Can you still access the service via code though? If so is it really a big problem about not being able to test it over SSL through the simple web page that is generated?
 
Yes. when consumed from an application the webservices works fine. but when i try to view in browser. i loose the page.
 
Back
Top