BizTalk Blog by Chris Han

System Design for Enterprise Agility,

  Home  |   Contact  |   Syndication    |   Login
  68 Posts | 9 Stories | 173 Comments | 79 Trackbacks

News

Article Categories

Archives

Post Categories

Image Galleries

BizTalk Bloggers

BizTalk on MSDN

Patterns & Architecture

SharePoint

XML

I'm using Thinkteture's tool for my 'contract-first' web service project. It's all cool except the 'access message' doesn't seem work. So I have to write this small utility function to log. It's nothing but an XML-object serialization work. Another tool called fiddler2 www.fiddler2.com/fiddler2/ you may want to check out. Really handy when wonder what's actually being past on wire. public static void LogXmlMessage(string FeedName,Object RequestResponse, int NewFeedID)XmlSerializerName... xNs =...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

This is the most helpful article about XML I ever read by Aaron Skonnard: http://msdn.microsoft.com/m... Of all the XML technologies, XML Schema is most valuable to software developers because it finally makes it possible to add type information to XML documents. This column is the first in a two-part series that will cover the basics of XML Schema.First, let's review what preceded XML Schema. The XML 1.0 specification came with a built-in syntax for describing XML vocabularies,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati