Request Format
All Quik! web services have been architected in the same manner, and each call to a web service method will be similar. Requests should be made using 128-bit SSL encryption. Each method requires the following request format:
SOAP HEADER
<soap12:Header>
<AuthenticationHeader xmlns="https://websvcs.quikforms.com/QFEM/v5100/">
<CustomerID>string</CustomerID>
<UserName>string</UserName>
<Password>string</Password>
</AuthenticationHeader>
</soap12:Header>
SOAP Header Parameters
- CustomerID – ID assigned in Quik! database for the customer account
- UserName – customer's Quik! username
- Password – customer's Quik! password
SOAP BODY (where METHOD_NAME is the method being called; input parameters vary)
<soap12:Body>
<METHOD_NAME xmlns="https://websvcs.quikforms.com/QFEM/v5100">
<PARAM_1>string</PARAM_1>
<PARAM_2>string</PARAM_2>
<PARAM_3>string</PARAM_3>
</soap12:Body>
For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK