burak Posted July 1, 2004 Posted July 1, 2004 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/details.aspx?familyid=de0cc46b-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 Quote
Administrators PlausiblyDamp Posted July 1, 2004 Administrators Posted July 1, 2004 Have you tried running either tool on a copy of the xsd that hasn't been cleaned up? Did either of the tools giove any feedback about why they failed? If you have VS.Net you could add the XSD directly to the project and see if it works that way. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.