Convert HelperContext to XSD

2008-03-31 Thread Gerardo Corro
Hi, I wonder if theres a way to create a XSD DSO definition from a HelperContext. I mean, the normal process is to setup a HelperContext from an XSD, from there read an XML file that contains the actual DSOs. I want to go the create Types through the API, and then persist them as an XSD.

Re: Convert HelperContext to XSD

2008-03-31 Thread Frank Budinsky
Take a look at XSDHelper.generate(). Frank. Gerardo Corro [EMAIL PROTECTED] wrote on 03/31/2008 10:16:06 AM: Hi, I wonder if theres a way to create a XSD DSO definition from a HelperContext. I mean, the normal process is to setup a HelperContext from an XSD, from there read an XML

RE: Convert HelperContext to XSD

2008-03-31 Thread Gerardo Corro
); property.set(type, propertyType);property.setString(name, propertyName);property.setBoolean(containment, true);return property;}} To: tuscany-user@ws.apache.org Subject: Re: Convert HelperContext to XSD From: [EMAIL PROTECTED] Date: Mon, 31 Mar 2008 10:27:13 -0400 Take

RE: Convert HelperContext to XSD

2008-03-31 Thread Frank Budinsky
(containment, true);return property;}} To: tuscany-user@ws.apache.org Subject: Re: Convert HelperContext to XSD From: [EMAIL PROTECTED] Date: Mon, 31 Mar 2008 10:27:13 -0400 Take a look at XSDHelper.generate(). Frank. Gerardo Corro [EMAIL PROTECTED] wrote on 03/31/2008 10:16:06 AM