Hi Steve, At the moment there is no read/write interface available for Woden Component API ,but it will be added to Woden in future,since you already have WSDL1.1 content in your hand , you can convert it as a WSDL2.0 document using Woden Converter tool programmatically , please refer following entry[1] for code sample .
I think you can use this approach to generate WSDL 2.0 document. [1] - http://ssagara.blogspot.com/2009/01/converting-wsdl11-to-wsdl20-using-woden.html Thanks , On Wed, Apr 29, 2009 at 11:46 PM, Steve Brannstrom <[email protected]> wrote: > Hi all , > we are developing a framework to expose our core business services as > web services and it is required to generate service description > programmatically , using both WSDL1.1 and WSDL2.0 . We have used > WSDL4J to generate WSDL1.1 content programmatically , But cant find > any Factory or such interface on Woden API to create WSDL2 Component > programmatically , how can I do this with Woden..? > > > Thanks , > > Steve > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://sagaras.awardspace.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
