how to build a JAX-WS client to consume a JAX_WS web services thru HTTPS

Hello every one,

Does any body out there know how I can build, configure and run a JAX-WS client to consume a web services that was deployed under HTTPS. Right I can not even use the "wsimport" to generate and compile client code and all the artifact for the client side. Does any one know the neccesary step to get the client to first build the client from WSDL files located on the HTTPS server and seconde to make the client successfully consume the web services on HTTPS server.

Any ideas is greatly appreciate.

Thanks

[547 byte] By [martineza] at [2007-10-2 19:14:55]
# 1
I am having the same issue. How does a JAX-WS client connect over https? This must be doable but I cannot find documented instructions?
m1945da at 2007-7-13 20:56:29 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Not that I have a definitive answer, but why should it matter? The web service should be developed independent of TLS. If you are trying to use SSL with then the web service is oblivious to it. If you are trying to use WS security thats a whole other ballgame.
barnaby33a at 2007-7-13 20:56:29 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...