Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » WCF   (RSS)

Suppressing Personal Identifiable Information (PII) in WCF log files

Given the vast amount of information transported between systems in today's enterprise environments, a lot of which is considered either private (addresses, social security numbers, credit card information, mortgage and pension plans, etc) or of high
Posted by martijnh | 1 Comments
Filed under: , , ,

Attachment(s): PurchaseManagement.zip

Adding a new BizTalk Server Isolated Host needs a new Application Pool

Recently, we tried creating a secondary Isolated Host to separate receive and send processing for WCF. After reconfiguring the servers, we were faced with the "Receive location for address ' ' not found. (The BizTalk receive location may be disabled)".

Testing WCF service implementations

When writing WCF implementations, or any code for that matter, testing is an important part of the process. This week, I was building tests for implemented WCF services and had difficulty aligning all the external dependencies of the tests (running hosts,
Posted by martijnh | 3 Comments
Filed under: ,

WCF Message validation (1) – WCF samples to the rescue

Recently, I needed to validatie messages going into a WCF service. It turned out the WCF samples are a rich source of knowledge and I found a sample which performs XMLSchema-based validation in \TechnologySamples\Extensibility\MessageInspectors. The sample
Posted by martijnh | 7 Comments
Filed under:

Attachment(s): messageinspectors.zip
 
Page view tracker