3.1.4.16.2.1 GetPropertyChoiceList

The GetPropertyChoiceList element is the body of the request WSDL message for the GetPropertyChoiceList WSDL operation.

 <s:element name="GetPropertyChoiceList">
   <s:complexType>
     <s:sequence>
       <s:element name="propertyName" minOccurs="0" maxOccurs="1" type="s:string"/>
     </s:sequence>
   </s:complexType>
 </s:element>

propertyName: A string that specifies the name of the property to get the list of choices for. The protocol server MUST trim excess whitespaces from propertyName before retrieving the list of choices. The protocol server MUST treat propertyName in a case insensitive manner for retrieval of the list.

If propertyName does not match an existing property on the server, the protocol server MUST return a SOAP fault. If the property is not available through web service<10>, the protocol server MUST return a SOAP fault. If the property does not have a choice list, the protocol server MUST return a SOAP fault.