Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

Preserving Polymorphic Types in a WCF Service using JSON

c# wcf json polymorphism

How to serialize a Func<int, int> (or even a general delegate) type field with DataContract/DataMember in WCF

c# wcf serialization

How to trace WCF message size?

wcf debugging

WCF service, response in SOAP or plain XML, how?

xml wcf web-services soap

Hosting WCF soap and rest endpoints side by side

wcf rest soap

System.UnauthorizedAccessException - Access to Path Denied

The HTTP request is unauthorized with client authentication scheme 'Negotiate'

Fire a one-way ajax call

javascript jquery ajax wcf

WRN: Assembly binding logging is turned OFF

c# wcf wcf-binding

Make a single WCF service support both SOAP, REST and WSDL

c# wcf rest soap wsdl

Combined JAX-RS and JAX-WS

java wcf spring jax-ws jax-rs

Creating testable WCF service without OperationContext

c# wcf unit-testing

Powershell: Error consuming WCF services with MTOM message encoding

wcf powershell mtom

WCF client-side error-handling

c# wcf wcf-client

C# - Make WCF Accept any Soap message prefixes

c# wcf soap

Change return type of a function in WCF without changing interface return type

c# wcf

WCF, BasicHttpBinding: Stop new connections but allow existing connections to continue

Alternative to HttpContext when using NInject with a WCF Service Hosted in WAS using MSMQ binding

wcf ninject was msmqbinding

Why can't I use WCF DataContract and ISerializable on the same class?

How to force a net.tcp mex endpoint (mexTcpBinding) to participate in port sharing?

wcf net.tcp mex-bindings