3.1.4.1.2.1 CreateApplication
The CreateApplication element specifies the input data for the CreateApplication WSDL operation.
-
<xs:element name="CreateApplication" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="parameters" type="tns:CreateApplicationParameters"/> </xs:sequence> </xs:complexType> </xs:element>
parameters: A CreateApplicationParameters element (section 3.1.4.1.3.1) that specifies the information that the protocol server needs to create a new database application. MUST be present.