3.1.4.3.2.2 GetListFormLocationResponse

The GetListFormLocationResponse element specifies the result data for the GetListFormLocation WSDL operation.

 <xs:element name="GetListFormLocationResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="GetListFormLocationResult" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

GetListFormLocationResult: If the contentTypeId parameter does not identify an existing content type, the protocol server MUST return a SOAP fault. If there is no form template (.xsn) file mapped to the specified content type, the protocol server MUST return an empty GetListFormLocationResult element. If a form template (.xsn) file is mapped to the content type, but the form template is not browser-enabled, and the checkCustomFormEnabled parameter is "true", the protocol server MUST return an empty GetListFormLocationResult. In all other cases, the GetListFormLocationResult element MUST be an absolute Internationalized Resource Identifier (IRI) pointing to the location of the form template (.xsn) file.