Share on Facebook
Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » XML Schemas   (RSS)

Modify Message Content With WCF

Plenty of resources talk about extensibility in WCF, and mention IClientMessageInspector and IDispatchMessageInspector as ways to look at the content of a message, usually dumping to some sort of log. In this post, I'll highlight their obvious strength:
Posted by kaevans | 5 Comments

Inline an XML Schema into Your XML Document

A good friend of mine, Derek Noonan, pinged me to ask how to inline an XML Schema into an XML document. For instance, think about a WSDL document that has the schema types inline with the WSDL document itself, you would want to figure out how to pull
Posted by kaevans | 1 Comments

Some XmlSerializer Control in ASMX

A customer pinged me asking how to control various aspects of the XmlSerializer in ASMX. Here are a few of the ways that you can control the XmlSerializer and how it projects its contract through WSDL. using System; using System.Web.Services; using System.Xml;
Posted by kaevans | 1 Comments

Those XML Features Are in VS2005, You Don't Have to Wait for Orcas!

InfoQ posts about 5 short demos on features you will find in Orcas . Glad to see some buzz being generated about Visual Studio "Orcas" features, but... The Data team's post (the one that the InfoQ article points to) is a little misleading . The post refers
Posted by kaevans | 2 Comments
Filed under: ,

ASMX 2.0 and SchemaImporterExtensions

I like the concept of SchemaImporterExtensions in ASMX 2.0. As you import the schema through proxy generation using WSDL.exe, you can generate your own code to control serialization for the client. This can be a great tool if you have a particularly nasty

High-Performance Web Services: Avoid XmlNode, Use IXmlSerializable

Avoid returning XmlNode from a web service method at all costs. In this post, I show why you should avoid returning XmlNode in web services, and demonstrate how to use the IXmlSerializable interface in .NET 2.0 web services for high performance XML serialization.

Cool Visual Studio 2005 Feature: Snippets and Document Inference

I love learning new featuresof Visual Studio. Today, I saw an email from Chris Lovett where he showed a feature of snippets that I had no idea existed. Intellisense in an XML document will actually create an XML document inferred from an associated schema.
Posted by kaevans | 7 Comments

Control Serialization and XSD.exe Using .NET 2.0

Keith is asking for a version of XSD.exe that lets him control serialization , specifically controlling properties versus fields in the generated proxy and control of collection serialization. Might as well give us an extensible xsd.exe compiler that
Posted by kaevans | 1 Comments
Filed under:

Should You Learn WS-* Specs Now?

In Tim Ewald's post, “ I refuse to let the angle brackets fall where they may! ”, he brings up the point about starting with the XML, then designing the XML schema, then the WSDL, then finishing with a stylized set of classes. In the comments,
Posted by kaevans | 2 Comments
 
Page view tracker