|
|
Browse by Tags
All Tags » WCF
Showing page 1 of 2 (16 total posts)
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
.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.
1
|
|
|