1 Reply Latest reply on Sep 23, 2009 9:01 AM by asoldano

    JbossWs SSL endpoint: enabled how to test?

    spinder

      I have enabled my webservice endpoints over both HTTP and SSL. I can access the wsdls over both HTTP and HTTPS, but both wsdls point to the HTTP server and port in the wsdl served up. I know the unsecured access point works but I'd like to verify that the SSL connection works as well if both HTTP and HTTPS are enabled.

      I'm generating clients using the wsdlLocation to point to the https endpoint.

      Is there any way to force and verify my SSL jbossws clients to use the SSL connection only? Anyone ever tried this? Preliminary tests with jaxws clients seem to always use the HTTP endpoint only...

      Thanks in advance for any suggestions/tips/replies.