IBlog<Johan>

Johan Danforth's Blog

Syndication

Random Links

Walkthroughs and Tutorials

Browse by Tags

All Tags » WCF (RSS)
WCF Certificates with IIS on Windows 7 Beta
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...

Posted by jdanforth | with no comments

Filed under: ,

Bad Request With WCF Service in Cassini On Windows 7 Beta
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...

Posted by jdanforth | with no comments

Filed under: , ,

Turn Windows 7 Features On or Off
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...

Posted by jdanforth | 1 comment(s)

Filed under: , ,

Integration Testing WCF Services with Unity
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...

Posted by jdanforth | 1 comment(s)

Filed under: , , ,

NHibernate and WCF is Not a Perfect Match
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...

Posted by jdanforth | 7 comment(s)

Filed under: ,

WCF, Unity and NHibernate - First Findings
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...

Posted by jdanforth | 4 comment(s)

Filed under: , ,

Please Feedback! Unity, nHibernate, Fluent, Linq... Trying New Architecture Combinations
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...

Posted by jdanforth | 3 comment(s)

Filed under: , , ,

WCF Client Calling ASMX Service with Soap Headers
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...

Posted by jdanforth | with no comments

Returning Json from RESTful Interface with WCF
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...

Posted by jdanforth | 3 comment(s)

Filed under: , , ,

Why Developers Are Interested in REST
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...

Posted by jdanforth | 2 comment(s)

Filed under: ,

More Posts Next page »