WCF Configuration Fun

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s