Hi List, If I have Axis running on Tomcat, which has 2 liistening ports (unsecure and SSL), when I deploy a new service, can I deploy it so that the service will only acknowledge requests over a SSL connection or is there some snippet of code I can put in the service itself to check that the requestor is accessing the service securely? Disabling the unsecure port on Tomcat is not an option.
Thanks! Thunder