December 2004 - Posts

1
Comments

Roundtripping SoapDuration and TimeSpan by mj_naughton

Clemens Vasters writes about XSD duration and its relationship with the .NET Timespan Type. Another quirk I have found with usage of these types is the fact that the conversion to the SoapDuration Type was not what I originally expected. It turns out...
Filed under:
0
Comments

Detect Installed Version of WSE by mj_naughton

I asked this question a few months ago but there have been two service packs since then. Can anyone recommend a reliable mechanism for the detection of WSE1/WSE2 being installed on a PC? For example, are there certain installed files and/or registry settings...
Filed under:
21
Comments

Access the XmlSerializer Temporary Assembly by mj_naughton

I've been using the excellent XmlPreCompiler - GUI by Mathew Nolton, original idea by Chris Sells . My own idea was to extend the GUI to allow me to verify Types in a batch. For example, I sometimes want to check every Type in an Assembly. I have a basic...
Filed under:
0
Comments

xsd:group Gets Lost In Translation by mj_naughton

If an XML Schema contains an <xsd:group> definition, the contents of the <xsd:group> are embedded in the containing <xsd:complexType>. Reasonably, enough, the XSD.EXE tool mimics this behaviour, when generating a .NET class definition...
Filed under:
More Posts