I have JBoss 4.2.2 running the 2.0.3.GA WS stack, fronted by apache on port 80, which is
behind a load balancer doing ssl.
so incoming requests, go from https at LB, http to apache and ajp to jboss
In jboss-beans.xml, I have modifySOAPAddress set to true and I have defined the
webServiceHost, webServiceSecurePort, webServicePort. The webservice class implementation
is annotated with https
The endpoint address and soap:address location come out as expected with
https://HOST:443/
However, the import location is generating the URL as
http://HOST:443
I suspect this is because it sees the incoming protocol as http and host header as
HOST:443 and constructs the URL, rather than using attributes from jboss-beans.xml
Is there a way to control what the import location will be?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194478#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...