3.1.4.20.2.1 GetDataConnectivityStatus

The GetDataConnectivityStatus element specifies the input data for the GetDataConnectivityStatus WSDL operation.

 <xs:element name="GetDataConnectivityStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:tns="http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/" minOccurs="0" name="commandParameter" nillable="true" type="tns:CommandParameter"/>
       <xs:element xmlns:tns5="http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services.WebService" minOccurs="0" name="parameters" nillable="true" type="tns5:GetDataConnectivityStatusParameters"/>
       <xs:element minOccurs="0" name="userCookieId" type="ser:guid"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

commandParameter: A CommandParameter, as specified in section 2.2.4.3. MUST be present.

parameters: A GetDataConnectivityStatusParameters (section 3.1.4.20.3.2) that specifies input data for the GetDataConnectivityStatus protocol operation. MUST be present.

userCookieId: A guid (section 2.2.5.11) that specifies an identifier for the operation. SHOULD be ignored by the protocol server.