Response Format
Each Quik! web service will respond in a similar fashion. The response will only return a SOAP Body containing the response as follows:
SOAP BODY
<soap:Body>
<METHOD_NAME xmlns="https://websvcs.quikforms.com/Partner/v1000/">
<METHOD_NAMEResult>
<ErrorCode>int</ErrorCode>
<Message>string</Message>
<ResultData>
<xsd:schema>schema</xsd:schema>xml</ResultData>
<File>base64Binary</File>
</METHOD_NAMEResult>
</METHOD_NAME>
</soap:Body>
Each response will contain the following fields:
