blog community

Welcome to blog community Sign in | Join | Help
in Search

Browse by Tags

All Tags » WCF
Showing page 1 of 2 (16 total posts)
  • Returning raw XML from a REST WCF Service

    One of the new features in WCF for .NET 3.5 is the possibility to create REST Services. These services allow you to create services that eat raw HTTP requests with XML in them and return a raw HTTP response with XML content in them. Normally this only works by deserializing objects and serializing objects. It is however perfectly possible to ...
    Posted to Willem Meints (Weblog) by willemm on August 4, 2008
  • Service Versioning with the Managed Service Engine

    While checking out Microsoft's SOA website, I found an application called the Managed Services Engine (MSE). In the accompanying description I read that this application offers so called "Service Virtualization". In the list of features I found one that I was particularly interested in: service versioning. So I decided to check it ...
    Posted to Edwin van Wijk (Weblog) by edwinw on April 18, 2008
  • Unable to generate a WCF proxy using svcutil but retrieving the wsdl works?

    Tags van Technorati: WCF,.NET The other day at a client project, we wanted to generate a proxy using svcutil as we'd done many times before. However, the svcutil kept throwing strange error messages. Amongst them were: Other mime type expected, expected application/soap+msbin1 but got application/soap+xml (HTTP error 415) Could not ...
    Posted to Raimond Brookman (Weblog) by Raimondb on February 14, 2008
  • .NET Compact framework 3.5 powertoys

    Microsoft has added support for WCF to the .NET compact framework 3.5, however generating a more suitable client proxy you will need the powertoys. These can be downloaded here: http://www.microsoft.com/downloads/details.aspx?FamilyID=c8174c14-a27d-4148-bf01-86c2e0953eab&displaylang=en I think they are a great and essential addition to a ...
    Posted to Willem Meints (Weblog) by willemm on December 29, 2007
  • More WCF pitfalls under Windows Vista with IIS 7.0

    Hosting WCF services under IIS 7.0 in Windows Vista can be a complete nightmare, at least if you're not aware of some of the pittfalls that you might run into. I tried hosting a simple svc file an got a HTTP--500 error showing me I the following error: svc-Integrated has a bad module "ManagedPipelineHandler". At first when ...
    Posted to Willem Meints (Weblog) by willemm on December 27, 2007
  • More on this WCF issue

    This week I've been spending some more time on this WCF issue I've blogged about before. Unfortunately I still don't have a solution for the problem, and I doubt that I will ever find one. However, I did find some interesting things I thought I should blog about. I found out that the bug isn't in the actual serialization ...
    Posted to Jonathan Mezach (Weblog) by Jonathanm on August 31, 2007
  • Possible WCF Serialization Issue?

    As I was writing in my previous post there is something interesting going on in WCF. But before I go into the details, let me explain the situation. There are 3 services in our project, one business service, one process service and one front end. We use WCF to communicate between these services. We are using basicHttpBinding and we have a central ...
    Posted to Jonathan Mezach (Weblog) by Jonathanm on August 15, 2007
  • A short introduction

    As I'm new here on the Info Support blogs I thought it would be a good idea to introduce myself a bit. My name is Jonathan Mezach and I have been officially working here at Info Support since the 1st of august 2006, so I'm here now for a little more than a year. But I already started working at Info Support about a half year earlier in ...
    Posted to Jonathan Mezach (Weblog) by Jonathanm on August 15, 2007
  • Configuring a proxy-server for WCF

    Default configuration for WCF service/client bindings is to use the default web proxy (the proxy-settings as configured in Internet Explorer). To configure a proxy for a specific client/service endpoint, you can configure this on the binding that is used by the endpoint, eg: <basicHttpBinding>   <binding ...
    Posted to Portals & Integration blog (Weblog) by robertka on August 14, 2007
  • .NET 3.0 Released!!!

    .NET 3.0 (FKA WinFX) has been released. Go to http://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&displaylang=en to get the SDK.
    Posted to Erno de Weerd (Weblog) by ernow on November 7, 2006
1 2 Next >
Powered by Community Server, by Telligent Systems