Browse by Tags
All Tags »
Web Services (
RSS)
Christian points an interesting aspect of the current implementation of the reliability in WCF. We all agree that we need some kind of persistence. I am thinking something like it is done in MSMQ. When you create a message you can decide to have it durable...
When I used for the first time VSTS (beta 1) one of the miss I found was the "Web Service Test Project" (note: in RTM is still missing). I thought to possible workarounds and found the most intuitive way: unit testing. Then I created many unit testing...
I fixed many bugs on my Indigo Proxy Generator AddIn. You can find source code and binaries here .
To test Indigo service you have to generate a proxy class and then write code for calling the proxy. It should be nice to have something like Web Service Studio . I started a simple project similar to the Indigo proxy generator where you can test an Indigo...
I am considering to implement a SDM for Indigo. The idea is to have an application model which defines the Indigo services host application (IIS, Windows Services, WAS, console application, windows application, ...) and two endpoint models (Indigo service...
Christian noticed me that there was some problems on the deployment of the addin . He has completely right, the registration.txt file is wrong (sorry!). Well, to register the addin correctly you have to copy the following files: IndigoProxyGenerator.AddIn...
In my last post I introduced an AddIn for Visual Studio .NET 2005 beta 2 for generating an Indigo proxy class from the IDE. As explained in the post, several configuration settings didn't work. I updated the source code and now everything works (or should...
During these days I'm playing with Visual Studio 2005 extensibility and Indigo. My first and basic objective was to create something similar to the "Add Webreference..." tool for an Indigo Service. My job isn't actually completed but I post the actual...
Christian shows how to generate the c# service contract code giving wsdl, xml schema, and policies files. If you already have an Indigo service running and you need to generate from your program the contract code, you can use the same Christian's code...
There are several interesting blogs talking about Indigo (some of these here , here , here and here ) in english but not too much in italian. Then I started a new series called " Indigo Watcher " in italian. Any feedback is welcome :-)
More Posts
Next page »