metro-jax-ws
metro-jax-ws copied to clipboard
Make W3C Addressing extensions optional
Why are these 2 extensions added as default in WSDLGenerator?
-
com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension --> this can be disabled if you have no AddressingFeature enabled
-
com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension --> this one always triggers and creates wsam:Action attributes. --> What is the purpose of this extension, it seems to act the same as the previous one, only it can't be disabled.
Request to make W3CAddressingMetadataWSDLGeneratorExtension optional.
Source: https://github.com/javaee/metro-jax-ws/issues/1149 Author: glassfishrobot