Using embedded specs in XML requests and responses

Specs are embedded in XML requests and responses, and can be configured in different ways.

The XML document for the spec can be present in one of the following ways within the request AttributeValueBObj:

  • As part of the Value element, wrapped in the XML CDATA section.
  • Embedded in the SpecValueXML element.

Similarly, the response can be returned either in a CDATA section or as an embedded spec value.

The way in which the response spec XML should be constructed is configured either at the global level or at the request level.