Service Call very slow if going through HttpHandler
- by JohnIdol
I have a WCF client pointing to a WebSphere service.
All is good in normal situation except when my calls to the service originate from an HttpHandler - in this case the calls are extremely slow (it takes up to 10 times longer).
If I send the exact same envelopes through Soap-UI or without an HttpHandler it's all good. If the envelope is the same the only thing left is the HttpHeader.
Would the fact that I am going through an HttpHandler cause changes HttpHeaders compared to normal scenarios?
What should I be looking for and is there some config setting that might do the trick?
Any help appreciated!