JBoss Community

soap:address with https:// in JBoss AS 6

created by Frank Bitzer in JBoss Web Services - View the full discussion

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

Start a new discussion in JBoss Web Services at Community