Hey everyone,
We have an interesting situation that we’ve encountered that I’m hoping someone else has encountered as well and perhaps has a solution.
We have a .Net real time service (written in C#.Net 4.5) hitting a webMethods web service. This real time service runs on two difference services and hits the webMethods ESB server through a load balancer. When going through the load balancer we will intermittently get a HTTP 400 [ISC.0064.9101] Bad Request
In our network traces we can see no evidence of an issue with the request that is being rejected. We suspect this is a connection issue but we have yet to be able to see a smoking gun in any of our traces.
The request appears to be http 1.1 but I’m not sure that would cause the issue.
The real time processes go through a large sequential volume but not a large concurrent volume. So each server will only ever send one request to the ESB at a time. So it’s not a concurrent volume issue. But they are at times sending one request after another for a large volume.
Any assistance is greatly apreciated
#webMethods#Integration-Server-and-ESB