I have a need to detect the protocol that a soap request comes in on (http or https). I have a method to do this, but am wondering where in the Axis architecture I should implement this. Should I create a handler? Should I use a servlet filter?
I will need access to the request to make the determination. Thanks for any assistance and let me know if you need more info, Bill Pfeiffer