The configuration of encoding, protocol and transport detailing how WCF services and clients communicate with each other.
I'm trying to get a Java Client to communicate with a WCF wshttpbinding WebService. But I am unable to do …
java wcf web-services wcf-binding wshttpbindingI have a WCF service. I am trying to host the service in a console application. I am following all …
.net wcf exception-handling wcf-binding wcf-configurationI'm writing a service that will only get calls from the local host. Performance is important so I thought I'd …
.net wcf wcf-bindingI am having WCF configuration woes. I have a WCF Webservice that I want to be able to access through …
c# wcf c#-4.0 wcf-binding wcf-configurationI have WCF hosted SOAP service which I'm able to hit from the browser as well as from my SOAP …
wcf soap wcf-bindingIs there a way to get the remote IP Address of a WCF connection? I guess the reason why it's …
.net wcf wcf-bindingI'm trying to publish a calculation service on a bunch of computers which will be used by an application server. …
.net wcf wcf-binding was net.tcpI'm writing a WCF Client that consumes a non-.Net web service, using WS-Security. The service's response contains a Security …
wcf web-services jboss wcf-binding ws-securityI am planning to pass MemoryStream via WCF Streaming but it seems not working but when I slightly change the …
c# wcf wcf-bindingWhen building an app, it is often deployed in different environments (test, dev, prod), and therefore the endpoint addresses are …
c# silverlight wcf-binding