sendAsString Attribute

Specifies that the data is submitted as a string through the webServiceAdapter data adapter.

Type

  xsf:xdYesNo

Parent Elements

Element Description
partFragment Defines one substitution group for a specific part of the input Simple Object Access Protocol (SOAP) message.

Definition

  <xsd:attribute name="sendAsString" type="xsf:xdYesNo" use="optional" ></xsd:attribute>

Remarks

It may be necessary to set the sendAsString attribute to "yes" for digitally signed data, because this setting preserves non-printing characters in the data.

Example

The following is an example of the sendAsString attribute as it is used in the partFragment element:

  <xsf:partFragment match="/dfs:myFields/dfs:dataFields/s0:IsPrime/s0:inValue"
 replaceWith=/dfs:myFields/dfs:dataFields/s0:IsPrime"
 filter="." sendAsString="yes"/>