2.2.1.2.24 input

The input element specifies a SOAP message that is submitted to a Web service.

Parent Elements

hwsOperation

operation

Child Elements

partFragment

Attributes:

source: This attribute specifies the name of the file containing the XML template from which the SOAP message is created. The specified file MUST exist in the form template.

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

 <xsd:element name="input">
   <xsd:complexType>
     <xsd:choice minOccurs="0" maxOccurs="unbounded">
       <xsd:element ref="xsf:partFragment"/>
     </xsd:choice>
     <xsd:attribute name="source" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>