Pierre Greborio.NET

Talking about .NET world

Browse by Tags

All Tags » Web Services (RSS)
Reliability with WCF
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...
Posted: Feb 23 2006, 11:54 AM by PierreG | with no comments
Filed under:
Testing web service with Visual Studio Team System
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...
Posted: Nov 30 2005, 06:03 PM by PierreG | with 1 comment(s)
Filed under:
Indigo Proxy Generator AddIn - Update
I fixed many bugs on my Indigo Proxy Generator AddIn. You can find source code and binaries here .
Posted: Aug 01 2005, 06:30 PM by PierreG | with 2 comment(s)
Filed under:
Indigo ServiceTester
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...
Posted: Jun 24 2005, 05:17 PM by PierreG | with 2 comment(s)
Filed under:
Indigo designer
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...
Posted: Jun 15 2005, 04:15 PM by PierreG | with 2 comment(s)
Filed under:
Indigo Proxy Generator AddIn - deployment
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...
Posted: Jun 15 2005, 02:53 PM by PierreG | with no comments
Filed under:
Indigo Proxy Generator AddIn - Update
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...
Posted: Jun 08 2005, 03:17 PM by PierreG | with no comments
Filed under:
Indigo Proxy Generator AddIn
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...
Posted: Jun 07 2005, 04:41 PM by PierreG | with 16 comment(s)
Filed under:
[Indigo] Generate contract code from the program
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...
Posted: May 29 2005, 01:48 AM by PierreG | with no comments
Filed under:
Indigo Watcher
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 »