B
Burak
Hello,
I am working on a VB.NET web service that will be
used to send and receive job openings.
I would like to use their "industry standard" xsd file
http://ns.hr-xml.org/2_2/HR-XML-2_2/StandAlone/PositionOpening.xsd
which specifies the formatting for job openings.
I cleaned up the xsd file and ran xsd.exe on it and
it produced an incomplete class file.
So I then ran "XSDObjectGen" on it
(
http://www.microsoft.com/downloads/...6b-4dea-4786-9eb0-8733e41bf5a8&displaylang=en
)
and this also produced an incomplete class file that
won't compile.
Is there any tool that takes an xsd file and produces
vb classes from it, without any glitches?
Thank you,
Burak
I am working on a VB.NET web service that will be
used to send and receive job openings.
I would like to use their "industry standard" xsd file
http://ns.hr-xml.org/2_2/HR-XML-2_2/StandAlone/PositionOpening.xsd
which specifies the formatting for job openings.
I cleaned up the xsd file and ran xsd.exe on it and
it produced an incomplete class file.
So I then ran "XSDObjectGen" on it
(
http://www.microsoft.com/downloads/...6b-4dea-4786-9eb0-8733e41bf5a8&displaylang=en
)
and this also produced an incomplete class file that
won't compile.
Is there any tool that takes an xsd file and produces
vb classes from it, without any glitches?
Thank you,
Burak