-
Today I got this nice InvalidOperationException: System.InvalidOperationException: There is an error in XML document (11, 11657). ---> System.Xml.XmlException: The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength...
-
I really can't wait for the BizTalk Adapter pack. Finally we get a good SQL adapter capable of almost everything. I had concurrency problems in the past cause the Adapter always has a transaction level Serializable. Now with the new SQL Adapter the transaction level is settable. Have a read of the...
-
One of the teams I am working with ran into an issue when generating shared types via SvcUtil. The issue was SvcUtil was generating multiple types (e.g., classes, enums) in the proxy .cs file. After a google search, I found this was being experienced by others: http://forums.microsoft.com/MSDN/ShowPost...
-
The technical support support people at my current customer deployed our WCF services to an education environment. After that, they weren't able to browse the WCF service from within IIS. The first thing I noticed on the environment was that the .NET framework 3.0 was not installed on that server...
-
In Visual Studio 2008 you can right-click a project and choose for "Add service reference" to create a proxy class for your web service. WCF preferred, of course. But for some reason, the Visual Studio team disabled it when you're in debug mode. Something that used to work in Visual Studio...
-
In my last post I explained how you could use WCF and MSMQ to respond to messages asynchronously. We've setup a class library with our service, a console application for our host and a console application for our client. In this post I'll explain how we can use the class library again for hosting...
-
It's been a while since I blogged about one of my favorite topics, Windows Communication Foundation. In this article I'll explain how you can use MSMQ with WCF to really process messages asynchronously. It's unbelievable how easy this is. Read my complete WCF series on how to set up your...
-
Hello again, long time no write. I must apologise for my absence, I have been involved in a fairly large personal project which occupied the very little remaining intellectual capability I have left after my day job - not to mention time. What I learned during that time can wait for another time, however...
-
I was looking at my list of Blog entries at bloglines and I saw an interesting screen cast from Aaron Skonnard I decided to have a look and was surprised to see how many extra functionality is provided by the WCF adapters. I decided to look at some more web cast about the WCF adapters and learned very...
-
I have created an example using Enterprise Library's Policy Injection application block. In this example, I am applying an event log trace to a WCF host using a named pipe binding. http://bloggingabout.net/blogs/chilberto/pages/policy-injection-with-wcf-service.aspx
-
At last they have shed some light on what the next version will be : Service Oriented Architecture • Deeper alignment with the .NET Framework – Building deeply on the investments made with Windows Communication Foundation and Windows Workflow Foundation by closer alignment of these technologies and BizTalk...
-
Two weeks ago Mike Schroepfer, a Mozilla developer, announced that they'll launch a version of Firefox that can be run mobile devices. If you own a Windows Mobile device, you're probably craving for a better browsing experience, just like I am. I've seen Deepfish, a new browser by Microsoft...
-
As I really enjoyed giving the Summer Classes a few weeks ago, the first ever real .NET 3.5 class world wide, I'm really pleased to announce the Winter Classes. Although the date hasn't even been set, we're planning it around the end of January or start of February. The classes will be the...
-
I use bloglines (http://www.bloglines.com/) to monitor several BizTalk related blogs. First of all, I saw a post of Jesus Rodriguez about some SOA Tips .Via his blog I ended up at the blog of David Pallman . Now this guys has some interesting tips on WCF. WCF Tips #1 - Service Interface Design WCF Tips...
-
Today I encountered a problem with accessing the metadata for a WCF service that was deployed on a Windows Server 2003 machine. The WSDL part worked just fine for the metadata exchange endpoint ( url ?wsdl, url ?wsdl=wsdl0, etc.). These WSDL files refer to XSD files for the message types. Requesting...