I have a WCF service with custombinding and it is working fine on either http or https. But I have totally no idea about how can I make it available on both http and https?
I have a RESTful service which I\'m trying to enable to accept a PDF file. I\'m using a stream to transport it, but I keep running into mysterious errors in the process.
I have a silverlight app that calls a number of WCF services. The typical bindings for the silver light client looks like this:
I have a really weird WCF problem here... We\'re connecting to a crappy third-party web service; it was a nightmare to even get it going, we had to create a custom WCF binding since those guys decide
I\'ve done a few hours of additional research but I still can\'t find a good pattern to what I would think is a common problem.
My goal is to reach a WCF service behind a firewall with no incoming ports opened. The solution I chose is to host a duplex WCF service on the public side, that has as callback the same contract that
Here\'s the whole issue:I want to create WCF dll to access WCF services.... the only issue is, when I use the WCF DLL config file with an application that has it\'s OWN app.config file, the WCF DLL ap
I\'ve got a View where I use a naming-convention on my text-fields, to indicate what should be done with the content once it is posted back to my controller.