/
SOAP Request (Minimum Required Data)
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>
, multiple selections available,
Related content
Quik! Forms Engine - Web Service
Quik! Forms Engine - Web Service
More like this
REST APIs (Preferred Method)
REST APIs (Preferred Method)
Read with this
Communicating With Quik! SOAP Web Services
Communicating With Quik! SOAP Web Services
More like this
REST Authentication
REST Authentication
Read with this
Communicating With Quik! Web Services
Communicating With Quik! Web Services
More like this
QFE Setup Sample Code
QFE Setup Sample Code
More like this
For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK