3.1.4.2.2.2 tns:CreateAppIdResponse Element

The CreateAppIdResponse element specifies the response from the CreateAppId operation, as specified in section 3.1.4.2, that contains an application identifier and administrative key.

 <xs:element name="CreateAppIdResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="CreateAppIdResult"
         type="tns:AppIdInfo"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the CreateAppIdResponse element.

Element name

Type

Description

CreateAppIdResult

tns:AppIdInfo (section 3.1.4.2.3.1)

Specifies an application identifier and the associated administrative key.