3.1.4.1 GetForm

This operation obtains information about a form. The request requires the name of the form and the URL of a list. This operation is defined as follows:

 <wsdl:operation name="GetForm">
     <wsdl:input message="tns:GetFormSoapIn" />
     <wsdl:output message="tns:GetFormSoapOut" />
 </wsdl:operation>

The protocol client sends a GetFormSoapIn request message, and the protocol server responds with a GetFormSoapOut response message, as follows:

The protocol server MUST return a SOAP fault if the listName specified in the GetForm element (section 3.1.4.1.2.1) does not exist. The detail error string SHOULD contain an error message to present to the user.

The server MUST return a SOAP fault if the formUrl specified in the GetForm element does not exist.