my glassfish server is behind a reverse proxy and I would like to have wsdl file generated using right public adress for following properties :
<soap:address location="..."/>
<xsd:import schemaLocation="..." ... />
glassfish use his real private name and not public accessed adress.
I've read some people using system properties,
http.proxyHost=myhost
http.proxyPort=myport
but it was implemented on client side.
I'm a bit lost to solve this problem.
thx in advance
[Message sent by forum member 'tbls' (tbls)]
http://forums.java.net/jive/thread.jspa?messageID=234662