Tag: web-services
All the articles with the tag "web-services".
Using Autofac with Self Hosted WCF Services in a Windows Service
Published:5 min readThis article offers an approach to wiring up Autofac with WCF Self Hosting in a Windows Service. It describes creating an Autofac module, an IServiceHostInitializer interface and base implementation, and a ServiceBootstrapper to register and open the service hosts.
Worst validation message ever
Published:1 min readA web service validation message was found to be difficult to understand due to its extremely technical and legal-like wording.
WSCF.blue V1.0.13 Update
Published:1 min readI have released an update for WSCF.blue, version 1.0.13, to fix a bug with the WSDL round-tripping feature that caused message headers not to be round-tripped when fault messages existed for the same operation.
WSCF.blue V1.0.12 Update
Published:1 min readWSCF.blue V1.0.12 Update is now available for download and contains one new feature, AutoSetSpecifiedPropertiesDecorator, as well as several bug fixes. The update is courtesy of user contributions from BartKoelman, cjberg, jamaica and MrGlover.
WSCF.blue V1.0.11 Update
Published:1 min readWSCF.blue V1.0.11 is now available for download, with a new feature and several bug fixes. It supports both Visual Studio 2008 and Visual Studio 2010, and has passed the 10,000 downloads mark.
WSCF.blue on endpoint.tv
Published:1 min readOn November 10, 2010, Ron Jacobs and Santosh Benjamin recorded a webcast on endpoint.tv discussing WCF contract first and WSCF.blue.
Fault Contract support in WSCF.blue
Published:4 min readWSCF.blue has implemented support for fault contracts, allowing users to define fault messages in their WSDL using the WSDL Wizard. This feature was introduced with a new V1.0.9 update release on CodePlex.
Making Self-Hosting with Autofac WCF Integration easier
Published:2 min readThis article explains how to use the Autofac WCF integration to make self-hosting WCF services easier. It provides code to extend ServiceHost with a new method called AddDependencyInjectionBehavior which takes an IContainer instance as an argument. This makes the code more concise and eliminates the need to write a separate helper method.
Self-Hosting WCF Services with the Autofac WCF Integration
Published:2 min readThis post provides a demonstration of how to use Autofac's WCF Integration to self-host a web service with a dependency that is injected through the WCF extensibility points. An example and instructions on how to create a client proxy are provided.
WSCF.blue Roadmap
Published:3 min readThe WSCF.blue team has been discussing the features to include in the next release and a roadmap has been summarized on Santosh Benjamin's blog. Some of the key features discussed include the ability to persist settings, support for WS-Addressing, Fault Contracts and T4 templates. Microsoft's Feature Builder is being considered as the primary user experience. Feedback is welcome.