Configuring embedded spec behavior globally
The global configuration item /IBM/DWLCommonServices/SpecValue/useEmbeddedSpecValueInResponse/enabled controls the way specs are embedded in transaction responses.
Procedure
In the Configuration and Management component, locate the
/IBM/DWLCommonServices/SpecValue/useEmbeddedSpecValueInResponse/enabled configuration item.
- If
useEmbeddedSpecValueInResponse/enabledis set totrue, the spec value in responses is returned as an embedded XML document within the SpecValueXML element. - If
useEmbeddedSpecValueInResponse/enabledis set tofalse, the spec value in responses is returned as part of the Value element by wrapping the XML element in a CDATA section.
Note: The default value of this configuration item is
true.