How to access AT parlayx webservices behind the Load balancer
Hi,
My client for binarysms was working fine on single machine but now when i access same webservices beind the LoadBalancer it gives connection timeout exception.
it look like client have to access both load balancer and physical servers or is there any alternative?
One thing which i observe is that i called binary WSDL from my Loadbalancer with URL
http:/XXX.XXX.XXX.98/:7002/ews/binary_sms/BinarySms?WSDL
in wsdl i found import tag with following URL
<s0:import location="http://XXX.XXX.XXX.7:7002/ews/binary_sms/BinarySms?WSDL/ews_binary_sms_interface.wsdl"
Now client have access to XXX.XXX.XXX.98 on port 7002 and it is unable to import from XXX.XXX.XXX.7.
0