Is it possible to have a single WSDL exposing few methods that must be accessed securely over HTTPS and few methods that can be accessed with HTTP.
Currently we have a webservice that runs on Weblogic 10.3. We have enabled security for this in the WSDL itself (X509 Certificate, Signed and Encrypted Parts). Now we would like to enhance the functionality of this webservice and add a few methods to be used by internal applications running on different servers within the same network. We want these methods be accessed with HTTP. Is it possible for a single webservice to service both HTTP and HTTPS requests?.