Browse by Tags
All Tags »
SOA (
RSS)
This error was resulted in a specific scenario where I tried to pull a service metadata using .NET MetadataExchangeClient. The reason was that the metadata consisted with more metadata references than the limit defined on my MEXClient instance. (The default...
The CTP version of Velocity had been released a while back. It certainly has great benefits. Here's a link to Bart's post going over this release, worths the check. From Bart's post : Introduction But first... what's in a name? Multi-tiered...
Some references I'd like to save for potential personal future use. Client-side token cache for WCF "WCF by default maintains a cache for security tokens per channel instance (A channel is related to a contract). Therefore, it is not possible...
In our project we build services in the intranet zone, therefore windows authentication is really the most simple and sufficient authentication mode for us. Lately though, we have encountered continuing troubles with Kerberos Delegation, Most of the times...
I am upon building a pretty interesting project at work. I will blog about it as I discover cool and useful things. I really needed to step into all the WS* specifications and get to know all the protocols out there. I found a really nice article written...