The SOAP Service Mocking functionality in soapUI lets you create a standards compliant simulation of a WSDL based service just
Continue reading »Author: Prodip Saha
Productivity: Auto generate WCF Service Contracts using T4 template.
The purpose of this T4 template is to auto generate WCF Service Contracts with appropriate ServiceContract, OperationContract (with Name for
Continue reading »BindingManager- How to read WCF Binding from configuration?
BindingManager reads the binding configured in the web.config and apply them at Endpoint. BindingManager is reading ServiceModel section from web.config
Continue reading »Apply or customize WCF behaviors at Runtime
BehaviorManager is designed to apply or customize WCF behaviors at runtime.BehaviorManager reads the behaviors configured in the web.config and apply
Continue reading »Custom Error Behavior by implementing IErrorHandler at WCF Service
Today, I am going to show how to handle errors (handled or unhandled by WCF service) at the application level.
Continue reading »Inheritance, Polymorphism and XMLSerialization of Interface Property
You know object inheritance and polymorphism and you know they work. Recently I had an opportunity to work on a
Continue reading »Serialization of Generic and Nullable (DateTime?, XElement)
You are done with coding and getting ready to test your services. Now you realized that some of your objects/properties
Continue reading »SoapUI Request Handcrafted for .Net Remoting Service
SoapUI is an wonderful time saving tool to test your codes. Yes, it does allow you to add wsdl and
Continue reading »Serialize with Reflection
SerializeWithReflection class is designed to serialize any type using reflection for audit or logging purpose. This class does NOT implement
Continue reading »