[jboss-user] [JBossWS] - Re: problem with calling ssl web service
rouvas
do-not-reply at jboss.com
Wed Apr 16 04:34:04 EDT 2008
Place a transport-guarantee element in your web.xml, thus:
| <security-constraint>
| <web-resource-collection>
| <web-resource-name>All resources</web-resource-name>
| <url-pattern>/YOUR_PATH</url-pattern>
| </web-resource-collection>
| <user-data-constraint>
| <transport-guarantee>CONFIDENTIAL</transport-guarantee>
| </user-data-constraint>
| </security-constraint>
|
in the above replace YOUR_PATH with the appropriate value for your case.
-Stathis
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144405#4144405
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144405
More information about the jboss-user
mailing list