Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by ArthurRyman: http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions ------------------------------------------------------------------------------ == Overview == - The Woden API has 2 WSDL models; the Component model ({{{org.apache.woden.wsdl20}}}) represents the abstract WSDL component model described in the WSDL 2.0 Part 1 spec and the Element model ({{{org.apache.woden.wsdl20.xml}}}) represents the WSDL 2.0 XML Infoset (i.e. the XML representation of the WSDL 2.0 components described in Part 1). Both WSDL models are extensible. The Element model supports ''extension elements'' and ''extension attributes''. The Component model supports ''extension properties''. Extension properties are an abstraction of extension elements and extension attributes - i.e. WSDL Components may be extended by extension properties which may originate from extension elements or attributes in a WSDL document, but this distinction is not reflected in the Component model. + The Woden API has 2 WSDL models; the Component model ({{{org.apache.woden.wsdl20}}}) represents the abstract WSDL component model described in the WSDL 2.0 Part 1 spec and the Element model ({{{org.apache.woden.wsdl20.xml}}}) represents the WSDL 2.0 XML Infoset (i.e. the XML representation of the WSDL 2.0 components described in Part 1). Both WSDL models are extensible. The Element model supports ''extension elements'' and ''extension attributes''. The Component model supports ''extension components'' and ''extension properties''. Extension components and properties are an abstraction of extension elements and extension attributes - i.e. WSDL Components may be extended by extension components and properties which may originate from extension elements or attributes in a WSDL document, but this distinction is not reflected in the Component model. See the editors copy of the WSDL 2.0 Part 1 Core Language spec at: http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html?content-type=text/html;%20charset=utf-8
