1.1.6.1.2 Disabling WS-Addressing
If you create a WS-Addressing endpoint in the
SALTDEPLOY
file or not, you can explicitly disable the
Addressing capability for particular outbound services in the WSDF.
To disable the Addressing capability for a particular outbound
service, you should use the property name
“disableWSAddressing
” with a value set to
“true” in the corresponding
<Service>
definition in the WSDF file. This
property has no impact on any inbound services.
The following example shows WSDF file segment disabling Addressing capability.
Example 1-17 Disabling Service-Level WS-Addressing
<Definition ...>
<WSBinding id="simpapp_binding">
<Servicegroup id="simpapp">
<Service name="toupper">
<Property name="disableWSAddressing" value=”true” />
</Service>
<Service name="tolower" />
</Servicegroup>
....
</WSBinding>
</Definition>
Parent topic: Web Service Addressing