Silly mistake when using Multiple Endpoints in Indigo
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 15 Oct 2005 |
View original | Bookmarked: 0 time(s)
I have a self-hosted service which I am calling through it's proxy in a client app.
When the service has multiple endpoints, svcutil adds "ConfigurationName" properties
to the endpoints in the config file. With a single endpoint, that parameter is not
necessary.
When instantiating the service via the proxy, I was following a single endpoint example
andforgot to indicate *which* endpoint or configuration I wanted. Thus my code:
ServiceProxy...