3.1.4.14.3.2 CreatePackageResult

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services.WebService

The CreatePackageResult complex type specifies an identifier that the protocol client can use with the GetPackage operation (section 3.1.4.34) to poll the protocol server and retrieve the created package.

 <xs:complexType name="CreatePackageResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns5:ServiceResult">
       <xs:sequence>
         <xs:element minOccurs="0" name="PackageId" nillable="true" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

PackageId:  MUST be present. See description of PackageId ([MS-AADT] section 3.1.4.2.3.2)