SOAP Request (Minimum Required Data)

NOTE: SOAP are legacy web services originally developed for the Quik! APIs. At this time, they are deprecated and no longer in use. This guide is here for documentation purposes only.

The following SOAP Request includes the minimum required data to generate an HTML form using Quik! SOAP web services. This sample request will generate Quik! Form ID 12 (American Funds Application for Individual or Joint Accounts).

SOAP Request
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthenticationHeader xmlns="https://websvcs.quikforms.com/quikformsenginews/">
      <CustomerID>*********</CustomerID>
      <UserName>*********</UserName>
      <Password>*********</Password>
    </AuthenticationHeader>
  </soap:Header>
    <soap:Body>
        <Execute
            xmlns="https://websvcs.quikforms.com/quikformsenginews/">
            <QFESettings>
                <QuikFormID>12</QuikFormID>
			</QFESettings>
    	</Execute>
	</soap:Body>
</soap:Envelope>



For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK