Service Call very slow if going through HttpHandler

Posted by JohnIdol on Stack Overflow See other posts from Stack Overflow or by JohnIdol
Published on 2010-05-20T19:02:53Z Indexed on 2010/05/20 19:20 UTC
Read the original article Hit count: 351

Filed under:
|
|
|
|

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!

© Stack Overflow or respective owner

Related posts about soap

Related posts about c#