Support for Policies
Hi
Does WSO2 Registry 1.0 support policy configuration and enforcement? If yes, how is it supported? For more clarity, assume the WSDL need to be validated for message conformance whenever a WSDL is published.
Thanks
- Login or register to post comments
- Printer friendly version
- 458 reads











Not explicitly yet...
Hi Sakku:
We don't yet explicitly support any kind of policy enforcement, but our plugin model (i.e. URLHandlers and MediaTypeHandlers) allows you to do stuff like this yourself. For instance you can install a MediaTypeHandler to replace the one we include for WSDLs, and do any kind of validation/conformance checking in there.
In the current HEAD, we've revamped the plugin model to be much cleaner, and expect to include examples for things like WSDL validation (and WS-I BP conformance checking) "out of the box". You'll see all that in version 1.1, which should be out relatively soon.
Thanks,
--Glen Daniels
Director of Java Platforms
Now available in version 1.1?
I'm looking at version 1.1 but still can't find explicit support for this. What I'm looking for is something similar to capabilities found in Mule Galaxy (see the Policy Enforcement section in the below link)
http://www.mulesource.org/display/GALAXY/Managing+Artifacts
The below article claims that WS02 registry supports WSDL Validation.
http://www.ws02.org/library/3777#wsdl
Perhaps I'm missing the sets necessary to setup 1.1 with WSDL policy management.
Thanks,
~Michael