Index > Design Documents > wsdltoidl |
WSDLToIDLDevPlanSummary of Requirements Being AddressedA tool that can
Summary of Proposed SolutionThe proposed solution is to use jwsdl (wsdl4j reference implementation) to implement the model for the wsdl file and define idltype classes to represent this information in idl. Define a corba binding schema for Yoko. To get corba type classes generated to represent the corbatypes in the corba binding we will use the xsdtojava tool in celtix and use jwsdl extensionregistry and celtix's JAXBExtensionHelper class to add the corba extenstions to the model so we can have a complete model of a wsdl file with a corba binding. So then for the purpose of having a corbaBinding and generating the idl - you need to traverse the CorbaBinding, get its operations that match those in the PortType from which you get the operation's input and output and then match these Corba Types to idlTypes. Likewise when adding a corbaBinding we need to Setup the extension elements and to do this we need to map the schema types of the input/ouput to Corba types and then build up the corba binding and operations with the corba types and add these to the Corba Binding. The Binding, PortType, Messages etc will be got using jwsdl. We need to define how the following mappings are done.
For these mappings the proposal is to use the apache Schema project api's. The project is at http://ws.apache.org/commons/ For each set of tasks we need to setup and write unit tests and system tests. Make sure it conforms to checkstyle. We need to conform to the coding standard used in Yoko. Stories to be done for type support List of different types that need to be supported
|
Bookmark this on Delicious Digg this | Privacy Policy - Copyright © 2003-2009, The Apache Software Foundation, Licensed under ASL 2.0. |