Frank Bitzer [http://community.jboss.org/people/franky_b] created the discussion
"soap:address with https:// in JBoss AS 6" To view the discussion, visit: http://community.jboss.org/message/605905#605905 -------------------------------------------------------------- Hi there, I have some EJBs annotated with @WebService, so they are accessible via SOAP WS. The server generates a WSDL just fine, but with one mistake: the endpoint in the soap:address URL must begin with https instead of http (because the JBoss is sitting behind an Apache that does SSL termination). So my question is: how to achieve this? After some time of googling I found out that there was a @WebContext parameter with a paramter "transportGuarantee = "CONFIDENTAL"" in earlier versions of JBoss. However, it seems JBoss AS 6 Final does not recognize this annotation any more (I guess this is du to the fact it uses JBoss WS wit Apache CXF?). What can I do? Cheers, Frank -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/605905#605905] Start a new discussion in JBoss Web Services at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
