I'm using XmlBeans to go back and forth between object and dom
representations in a service deployed as a message service (so axis is
not used to generate any code)  I just use XmlBeans outside axis and
embed the generated classes in WEB-INF/lib of the webapp containing
axis. Just download the latest xmlbeans distribution and run scomp on
the schemas and wsdls in question with some appropriate .xsdconfig
file you write.  The .xsb files can be generated into the same tree
that the compiled generated classes go in, and jar'ed up into the
resulting archive.  The xmlbeans docs explain it well enough so it can
be done without much thrashing around.

Jeff

On 9/7/06, Spies, Brennan <[EMAIL PROTECTED]> wrote:
Is there a way to generate these manually, since I am currently having a
problem with not all of my schemas being generated as XmlBeans classes
(https://issues.apache.org/jira/browse/AXIS2-1116)?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to