Hello, I am facing one issue with load balancer and Axis WS server.
Environment: We have Axis WS running on two servers, and load balancer intercepts each request to these servers and forwards it to one of the servers based on the load. The client sends a https WS request to one of the server https://server1:843/axisService/service1 or https://server2:843/axisService/service1 Load balancer intercepts the request and based on the load it overrides server1/server2 with the server which has less load at that time and forwards the request. But when it descrypts the message the HTTPS is being converted to HTTP and all the requests are failing. Is there any API and in build functions in Apache Axis API or any tools to let Axis WS accept the HTTP requests (override the WSDL with http URL). Please help me. Thanks, RK.