WCF is generally making my job much easier these days. Where as I needed overloaded WebMethods to support my HTTP-only IVR clients, I can now expose a WebHttp endpoint and a SOAP endpoint on the same method. Excellent.
I still find myself occasionally struggling with configuration. First was realizing the 3.5 extensions weren’t registered on our production web servers. After the shock of our first load test results, it was calculatingĀ appropriate throttling settings. Now we have a need to provide the same service over HTTP, secured and unsecured. My search results are pointing to needing two endpoints? Does this mean I two different addresses that differ in more than the scheme?
Advertisement