users@jax-rpc.java.net

Re: xml schema to java source

From: John Furton <jfurton_at_VOCALDATA.COM>
Date: Mon, 13 Jan 2003 12:07:50 -0600

I just imported the schema to my wsdl files and it works just fine, wscompile will generate the prropriate java classes.


<import location="./DataDefinitions.xsd" namespace="http://www.vocaldata.com/definitions"/>

John

-----Original Message-----
From: Mischa Zurke [mailto:yawningrascal_at_HOTMAIL.COM]
Sent: Monday, January 13, 2003 8:08 AM
To: JAXRPC-INTEREST_at_JAVA.SUN.COM
Subject: Re: xml schema to java source


thanx for your suggestions.
actually i am looking for a more open source solution.
so i thought of using the jaxb binding compiler to create
my java classes (at least i need them as well as the wsdl).
next i integrate that datatypes into my remote interface
as usual and generate my wsdl. this should work, don't you think?
thanx and greets, mischa