Contents tagged with Web Services
-
WCF Data Services and Custom Authorization
In the last post about Decoding Messages in WCF Data Services I showed a code sample about how to decode an incoming WCF Message in a Data Service. In this case I will show how we can use this decoded message inside a ServiceAuthorizationManager derived class to perform some authorization depending on the content (i.e. grant access to some entities according to the logged on user).
-
Decoding messages in WCF Data Services
Recently I had to solve an interesting problem while working with WCF Data Services and how to decode an incoming WCF message so I can do something useful with its content.
-
Channel 9 presentation with the Composite Services Guidance
Take a look at this presentation if you want to get a good idea of what is this project directly from Dmitri, the "father" of the creature.
-
Inventory Centralization Patterns with Composite Services CTP2
Recently my friend and coworker Dmitri Ossipov started his blog with great posts about some of the details and many useful links to well know and documented SOA patterns that this CTP includes.
-
Patterns & Practices: Composite Services CTP2 is Public
Finally the last CTP and pre-release version for the Composite Services is out. There were quite a lot of changes since CTP1. We added many new samples and many enhancements to the repository (DB) which is now called Inventory in sync with SOA Patterns. Here is a brief list of the main changes according to the included documentations.
-
SOA-based Composite Service Guidance CTP1
If you work with services and you are familiar with SOA Patterns you may take a look at the new project from patterns & practices for composing services.
-
WCF Multi-tier Services Development with LINQ book rev
I recently got this book from his author (which I really appreciate) and I must say that I found it very suited for those who want to get started writing WCF services using known patterns and tools.
-
EntLib 4.0 Policy Extensions for WSSF (Web Service Software Factory)
If you are using WSSF along with EntLib, then you might what to check this out in the WSSF Contrib Project site.