|
From: Henrik <Hen...@Go...> - 2013-02-05 16:06:14
|
Hello, Nevermind, I just found the answer in http://www.ejbca.org/installation.html *** JBoss 5.1 WS WSDL location *** On JBoss 5.1.x (not on JBoss 6.0.x) the WSDL location gets incorrectly generated by default. To fix this (see JBoss settings during install) edit: APPSRV_HOME/server/default/deployers/jbossws.deployer/META-INF/jboss-beans.xml and comment out the line: <property name="webServiceHost">${jboss.bind.address}</property> to force the location to be generated with info from the WSDL request. If this is not done you will get "HTTP 302 Moved Temporarily" errors when running the WS client. Greetings, --henrik On Tue, Feb 5, 2013 at 4:30 PM, Henrik <Hen...@go...> wrote: > Hello, > > I currently got a problem with my wsdl file for EJBCA 4.0.13 (r16055). > It contains the localhost (127.0.0.1) instead of the external hostname > for the webservice. > > <service name="EjbcaWSService"><port binding="tns:EjbcaWSBinding" > name="EjbcaWSPort"><soap:address > location="http://127.0.0.1:8080/ejbca/ejbcaws/ejbcaws"/></port></service> > > Is there a way to change the hostname without reinstalling EJBCA? > > Greetings, > --henrik |