Quik! Forms Engine - Web Service
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.
Instead of installing the QuikFormsEngine.dll you can use the web service version instead. The web service is essentially a wrapper for the QuikFormsEngine.dll enabling you to use the software remotely without installing the actual software or requiring the .NET Framework in your production environment. This is ideal for non-.NET users (e.g. Linux, Unix, MacOS, tablet OS, etc.).
Service URL: https://websvcs.quikforms.com/quikformsenginews/v5500/quikformsengine.asmx
Service WSDL: https://websvcs.quikforms.com/quikformsenginews/v5500/quikformsengine.asmx?wsdl
Method | Desription | Notes |
---|---|---|
Execute | Used to generate HTML forms | Example request: <?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Header>
<AuthenticationHeader xmlns="https://websvcs.quikforms.com/quikformsenginews/">
<CustomerID></CustomerID>
<UserName></UserName>
<Password></Password>
</AuthenticationHeader>
</soap12:Header>
<soap12:Body>
<Execute xmlns="https://websvcs.quikforms.com/quikformsenginews/">
<QFESettings>
<QuikFormID>12</QuikFormID>
<HostFormOnQuik>true</HostFormOnQuik>
</QFESettings>
</Execute>
</soap12:Body>
</soap12:Envelope> |
ExecutePDF | Used to generate PDF forms |
|
UploadFileAsBytes | Used to upload attachments as bytes |
|
UploadFileFromURL | Used to upload attachments from a URL | See above notes for UploadFileAsBytes |
UploadFileAsBytesV2 | Used to upload attachments as bytes with updated logic |
EXAMPLE: Customer generates Forms 1 and 2 together in a package, and they have positions 1 and 2 respectively. If Attachment A is uploaded with If a customer wants more than one Attachment in the same position in a package, then they must upload every attachment with the same Attachments must not exceed 20 MB |
UploadFileFromURLV2 | Used to upload attachments from a URL with updated logic | See above notes for UploadFileAsBytesV2 |
Related pages
For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK