java - Consuming SSL Web Services on JBoss 7 -


i'm running application in jboss7 using jaxws consume web services. however, have consume 1 of these web services on ssl.

i can set using system.setproperty() properties javax.net.ssl.truststore, javax.net.ssl.keystore, etc. appropriate passwords set.

this working, doesn't seem elegant me. so, question is: there better way consume web services on ssl?


Popular posts from this blog