WCF client service call very slow
- by JohnIdol
I have a WCF client (running on Win7) pointing to a WebSphere service.
All is good from a test harness but when my calls to the service originate from an HttpHandler or a standard aspx page the calls are extremely slow (it takes up to 10 times longer) and not just the first time.
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.
What should I be looking for and is there some config setting that might do the trick?
Any help appreciated!