Jim Ma [
http://community.jboss.org/people/jim.ma] created the discussion
"Re: Issue with soap:address generated (https)"
To view the discussion, visit:
http://community.jboss.org/message/620996#620996
--------------------------------------------------------------
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
[
http://community.jboss.org/message/620996#620996]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]