2.6.2 dataFields

The dataFields element MUST have exactly one child node that is the Web service method template. This template specifies the method and parameter fields names used when submitting to the Web service. The template MUST validate against the XML schema of the method in the Web service. This XML schema is defined in the Web service Web Services Description Language (WSDL).

Parent Elements

myFields

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xs:element name="dataFields" type="dfs:DataFieldType"/>
 <xs:complexType name="DataFieldType">
   <xs:sequence>
     <!-- Web Service Template -->
     <xs:any processContents="skip" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>