Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • Administrators
Posted

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.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...