[jboss-user] [JBossWS] - Re: Web client for WS Secure web service: how to?
jason.greene@jboss.com
do-not-reply at jboss.com
Mon Aug 28 11:01:27 EDT 2006
For anything that is running on the actual appserver (ejb/web clients), the settings are the same as the server
http://fisheye.jboss.org/browse/JBossWS/branches/jbossws-1.0/src/test/resources/wsse/webclient/WEB-INF/jboss-wsse-client.xml?r=42
| <key-store-file>WEB-INF/wsse.keystore</key-store-file>
| <key-store-type>jks</key-store-type>
| <key-store-password>jbossws</key-store-password>
| <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
| <trust-store-type>jks</trust-store-type>
| <trust-store-password>jbossws</trust-store-password>
|
-Jason
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967844#3967844
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967844
More information about the jboss-user
mailing list