Hi All, I have a java web application working fine with CXF web services and message level encryption.
My client now wants to have a setup where each request goes through an Apache load balancer which in turn forwards to IIS redirector and then passes through to the actual application server. When I try this setup, i'm able to go to https://load_balancer/myapp/services I see a list of all the web services. But the problem is that the endpoint shown is incorrect. It kind of truncates the server name. For example instead of http://test-app-1/myapp/MyWebService?wsdl I see only http://test-/MyWebService?wsdl Why is this happening? Of course WSDL doesn't come up when it's clicked. When I go directly to the IIS and try to access the webservices from there - it's fine. I still have to try going directly from load balancer to the application server bypassing the IIS. But is there any reason why the endpoint would become invalid? Appreciate any help here. Thank you -- View this message in context: http://cxf.547215.n5.nabble.com/Webservice-via-Load-Balancer-and-IIS-redirector-invalid-end-point-tp5566353p5566353.html Sent from the cxf-user mailing list archive at Nabble.com.
