Questions tagged [xsdobjectgen]
8 questions
18
votes
4 answers
XSDObjectGen.exe vs XSD.exe
Can anyone tell me what is the difference between XSDObjectGen.exe & XSD.exe?
Is there any way to make XSDObjectGen.exe work in dot net 2.0?

Nimesh Madhavan
- 6,290
- 6
- 44
- 55
3
votes
2 answers
XSD.EXE gives error when Multiple Elements Generation when Files have cross references
I have orbitz (global hotel distribution system) xsd schema and want to generate c#.Net classes from these xsd files.
When I use Xsd.Exe or XSD2Code or something else, generated classes copies complex types from imported files to inside, so multiple…

AltugCan
- 108
- 6
2
votes
2 answers
is there object generator working on JSON ? (just like XSDObjectGen.exe)
I have to serialize & desserialize json data.
if the data type was XSD, I am able to create class by using XSDObjectGen.exe
But ,
the data type I have to serialize is 'JSON'.
Is there any good way to generate class for serialize & deserialize ?

Sungguk Lim
- 6,109
- 7
- 43
- 63
1
vote
1 answer
Looking for a download location for XSDClassGen
As a follow-up to this question I'm looking for someone who can provide me with a link to XSDClassGen, a .NET 2.0 "version" of XSDObjectGen.

edosoft
- 17,121
- 25
- 77
- 111
1
vote
1 answer
Child Xml Element is not Deserializing
The Problem
I have an issue when I deserialize my xml, one of the child elements is not being deserialized. It is null in the class instance despite being populated in the xml.
A little Background
I used XsdObjectGenerator to create poco classes…

Dean
- 3,336
- 6
- 36
- 37
1
vote
1 answer
How do I pass two namespaces into XSDObjectGen from command line?
I'm trying to use XSDObjectGen as a PreBuild in Visual Studio 2008.
I can run it on the command line:
XSDObjectGen\XSDObjectGen.exe AnalyticsDomainModel.xsd /l:cs /d /p /n:AdaptorAnalyticDomainModel.Primatives /n:AdaptorAnalyticDomainModel…

AnthonyLambert
- 8,768
- 4
- 37
- 72
0
votes
1 answer
XSDObjectGen version 2.0
Does anyone know where I can find XSDObjectGen version 2.0? If so, where?
I have no problmes finding Version 1.4.4.1. However, I need version 2.0.
I cannot believe I can't find this thing.

Richard
- 1,054
- 1
- 19
- 36
0
votes
1 answer
Convert STAR XSD to C# classes
I have been trying to create a STAR standards compliant webservice (ASMX of course) . My service will accept a the an object "ProcessPartsActivity" which is defined as an XSD "ProcessPartsActivity.xsd".
STAR XSD: STAR XSD DownLoad
This XSD is…

Lin
- 633
- 8
- 26