[JBoss-user] [JBossWS] - Re: Secure Webservice client - axis-ws4ee.jar does not suppo

2005-10-20 Thread jjboss
Thanks Thomas, this is a really simple and flexible solution. I added it to the WSSecureEndpoint page in the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint Only one thing what is left: Does anybody know how to set the soap address to https://REPLACE_WITH_ACTUAL_URL; if the

[JBoss-user] [JBossWS] - Re: Secure Webservice client - axis-ws4ee.jar does not suppo

2005-10-19 Thread [EMAIL PROTECTED]
You can also use soap:address location=https://REPLACE_WITH_ACTUAL_URL/ This is also related to http://jira.jboss.org/jira/browse/JBWS-454 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3902149#3902149 Reply to the post :

[JBoss-user] [JBossWS] - Re: Secure Webservice client - axis-ws4ee.jar does not suppo

2005-10-06 Thread jjboss
Ok, I got a workaround but it is not a real solution: By default the soap:address in the wsdl file(s) is set to: soap:address location=REPLACE_WITH_ACTUAL_URL/ | | If you want to use Webservice over https and only over https you can not let JBoss replace the address for you. You have to set