|
Hi Lawrence, Thanks for the reply. I can get theSchemaTypeSystem. But I don't want to traverse in that. I just need to generate the schema, preferably in to a String and want to add that as the schema in the WSDL. So how can I get the schema as a String. FYI : We generate the code not providing schema as a file, but as a DOM Node. And we are calling XMLBeans API programatically. Thanks for your help in this. Chinthaka Lawrence Jones wrote: There is also programmatic access to an object model representing the schema. From any generated bean, say a class called Abc, you can callAbc.type.getTypeSystem() This returns a SchemaTypeSystem on which you can execute all sorts of methods concerning the contents of the schema. Cheers, Lawrence-----Original Message----- From: Cezar Andrei Sent: Tuesday, October 04, 2005 10:36 AM To: [email protected]; [EMAIL PROTECTED] Subject: RE: Re-Generating schema from the generated code Scomp saves the original schema files inside the generated jar, andyou |
- Re-Generating schema from the generated code Eran Chinthaka
- RE: Re-Generating schema from the generated code Cezar Andrei
- Re: Re-Generating schema from the generated ... David Jencks
- Re: Re-Generating schema from the generated ... Eran Chinthaka
- RE: Re-Generating schema from the generated code Lawrence Jones
- Re: Re-Generating schema from the generated ... Eran Chinthaka
- RE: Re-Generating schema from the generated code Radu Preotiuc-Pietro
- Re: Re-Generating schema from the generated ... Eran Chinthaka
- Re: Re-Generating schema from the genera... David Jencks
- Re: Re-Generating schema from the ge... Eran Chinthaka
- RE: Re-Generating schema from the generated code Cezar Andrei

