nicholasglen
13 years agoContributor
Controlling Closing of Connection
Hello,
We have a soap application that issues faults. The soap standard is that it will set the http return code of 500 if it gets a fault, and on a normal response it will set 200. The problem we are having is that when a soap fault is thrown it drops the connection. When we get repeated faults this causes connection refused errors at it is not reusing connections. From what I can tell loadUI drops the connection unless when it receives a 500. Is there a way to control that as soap faults can be a result of just normal business process.
Thanks,
Glen
We have a soap application that issues faults. The soap standard is that it will set the http return code of 500 if it gets a fault, and on a normal response it will set 200. The problem we are having is that when a soap fault is thrown it drops the connection. When we get repeated faults this causes connection refused errors at it is not reusing connections. From what I can tell loadUI drops the connection unless when it receives a 500. Is there a way to control that as soap faults can be a result of just normal business process.
Thanks,
Glen