JBoss Community

Re: Issue with soap:address generated (https)

created by Jim Ma in JBoss Web Services - View the full discussion

Can you try adding transport-gurantee to your web.xml to see if that helps ?

 

 <security-constraint>
   ...
   <user-data-constraint>
     <transport-guarantee>CONFIDENTIAL</transport-guarantee>
   </user-data-constraint>
 </security-constraint>

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community