I am trying to make a declarative client connection to a WCF Service Library along the lines of Vladimir's blog but pointing to my Service Library
I just cant get my head around how to configure the WCF Service to get the connection to happen. Obviously the "default" configuration don't work, but regardless of what I try I cant seem to get the connection going. Connection through WcfTestClient works like a charm though.
If anyone can enlighten me it would be most appreciated. Im probably just being dense but I have decided to blame sleep deprevation if there is a obvious and simple solution for this :) The Service Library is hosted in a Windows Service, at least I got that part working.
/Magnus
(edit: removed irrelevant app.config attachment)
<DataBinding SelectMethod="GetDataAndCount" Location="http://localhost:18524/Service1"
SortParameterType="Linq" FilterParameterType="Linq">
</DataBinding>I just cant get my head around how to configure the WCF Service to get the connection to happen. Obviously the "default" configuration don't work, but regardless of what I try I cant seem to get the connection going. Connection through WcfTestClient works like a charm though.
If anyone can enlighten me it would be most appreciated. Im probably just being dense but I have decided to blame sleep deprevation if there is a obvious and simple solution for this :) The Service Library is hosted in a Windows Service, at least I got that part working.
/Magnus
(edit: removed irrelevant app.config attachment)