Browse by Tags

All Tags » WCF (RSS)

WCF Certificates with IIS on Windows 7 Beta by jdanforth

I’ve blogged earlier about the problems with Cassini and WCF on Windows 7 Beta (build 7000) and your best bet is to install IIS locally test your services in there. Now, there might be some problems getting IIS to read your service certificate and my...
Filed under: ,

Bad Request With WCF Service in Cassini On Windows 7 Beta by jdanforth

Trying to run a WCF service in Cassini on your Windows 7 Beta (7000) machine and get this error? The remote server returned an unexpected response: (400) Bad Request. Unless you’re running your service with basic http binding or with security specifically...
Filed under: , ,

Turn Windows 7 Features On or Off by jdanforth

I’m trying to install/add IIS features to my Windows 7 beta build 7000 laptop. You got pretty fine grained control over these features in Windows 7, and it’s not easy to know what you really need. I need to run WCF services on my machine, so I’m turning...
Filed under: , ,

Integration Testing WCF Services with Unity by jdanforth

I've been blogging a few times now about using Unity with WCF, but how do you integration test your service in an easy way without? The way I (and many others) do integration tests for a WCF service is by setting up my own service host and starting the...
Filed under: , , ,

NHibernate and WCF is Not a Perfect Match by jdanforth

From the last days of playing around with and learning NHibernate it's quite clear to me that NHibernate is not a perfect match for a WCF solution. I'm perfectly aware of the fact that I'm still a total NH newbie, so please correct me or help me out if...
Filed under: ,

WCF, Unity and NHibernate - First Findings by jdanforth

This blog post is to continue on the one I wrote a few days ago about a new architecture for a WCF project we're trying out. My colleague Tomas and I sat down the whole day yesterday and dug into the topic and came out with a first rough code architecture...
Filed under: , ,

Please Feedback! Unity, nHibernate, Fluent, Linq... Trying New Architecture Combinations by jdanforth

We're thinking about a new architecture for a set of pretty large WCF (and perhaps also REST) services that's going to be developed during the next year and perhaps you dear reader would like to comment! The services themselves are pretty straight forward...
Filed under: , , ,

WCF Client Calling ASMX Service with Soap Headers by jdanforth

Need to send soap headers from WCF (Service Reference) clients to older ASMX services? The ASMX service not handling the header properly? It may have to do with namespaces being set in the soap header XML in a way differently from what the ASMX service...

Returning Json from RESTful Interface with WCF by jdanforth

Someone commented on an earlier blog post I did on REST, POX/POJO and WCF and the comment read: How about REST WCF bits from .NET 3.5 SP1? Is it possible now to let the user decide in which format he wants the response (xml or json) like MySpace API for...
Filed under: , , ,

Why Developers Are Interested in REST by jdanforth

I had a laugh when I saw James Kovacs' blog post abot Why Developers are Interested in REST : I'm doing some WCF work for a client, specifically around WS-Security. I stumbled upon the System.ServiceModel.MessageSecurityVersion class today. Its static...
Filed under: ,
More Posts Next page »