Hi,
I am using Jax-WS 2.1.* deploying to JBoss 4.0.2 with the 'sun-jaxws.xml' deployment descriptor. The deployment environment is using a Proxy server with multiple server instances for load balancing. The user should only know of the Proxy server and not the instances that it directs to.
My problem is that the SOAP address location in my WSDL has the Proxy Server but is being rewritten with the local instance host name when the WSDL is retrieved via "
http://....?wsdl".
Static WSDL
<soap:address location="
http://public.proxy.host.name/testApp/services/MyWebServiceSoap" />
Generated WSDL:
<soap:address location="
http://localhost:8080/testApp/services/MyWebServiceSoap" />
I do not want this to be over written. I want to use a specific Host Name. I have tried "publishedEndpointUrl" in my 'sun-jaxws.xml' but it is being ignored.
Thanks for any help!
[Message sent by forum member 'jaredmladner' (
jaredmladner@...)]
http://forums.java.net/jive/thread.jspa?messageID=363443---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...