eclipse-ee4j / metro-jax-ws

metro-jax-ws
https://eclipse-ee4j.github.io/metro-jax-ws/
BSD 3-Clause "New" or "Revised" License
72 stars 40 forks source link

Make W3C Addressing extensions optional #541

Open Tomas-Kraus opened 2 years ago

Tomas-Kraus commented 2 years ago

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