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 JohnKaputin: http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions The comment on the change is: New wiki page describing WSDL extensions support in Woden. ------------------------------------------------------------------------------ The interfaces currently in {{{org.apache.woden.xml}}} represent just the XML types for the 'known' extension attributes, as defined for SOAP and HTTP bindings in the WSDL 2.0 Part 2 Adjuncts spec. Obviously, this package needs to be expanded to cater for any possible attribute types that might appear in user-defined extensions as well. There is a 'todo' in the Woden TaskList wiki page to look into this. - === SOAP Binding Extensions === + == SOAP Binding Extensions == The package {{{org.apache.woden.wsdl20.extensions.soap}}} declares the API for SOAP binding extensions, including both the Element model extensions and the Component model extensions. The package {{{org.apache.woden.internal.wsdl20.extensions.soap}}} defines the implementation of that API. + === SOAP extension elements and attributes (Element model) === + The noarg constructor of the implementation class {{{org.apache.woden.internal.wsdl20.extensions.PopulatedExtensionRegistry}}} registers the SOAP binding extension elements and attributes. - - === SOAP extension elements and attributes (Element model) === The <wsdl:binding> element has 3 SOAP extension attributes, which are registered as attribute extensions of {{{BindingElement}}}: * wsoap:version of type ''xs:string'' is represented by {{{StringAttr}}}.
