metro-jax-ws icon indicating copy to clipboard operation
metro-jax-ws copied to clipboard

Make W3C Addressing extensions optional

Open Tomas-Kraus opened this issue 3 years ago • 0 comments

Why are these 2 extensions added as default in WSDLGenerator?

  1. com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension --> this can be disabled if you have no AddressingFeature enabled

  2. 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

Tomas-Kraus avatar Jun 02 '22 17:06 Tomas-Kraus