Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Quik! provides a set of web services to make your application development easy and flexible. This section provides a list of the various web services available for use with the Quik! Forms Engine, most of which are used by the Sample Website. These web services are described in more detail in the "Building Your Application With Web Services" section of this document
The following Web Service URLs are available for your use with your Master Customer Account.

...

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/5300v5300/quikformsengine.asmx
Service WSDL: https://websvcs.quikforms.com/quikformsenginews/5300v5300/quikformsengine.asmx?WSDL

Convert HTML to PDF Web Service

To retrieve a PDF of the displayed HTML form, including any form data, invoke the following page via a form POST. The flag 'Edit" can be true or false to return a PDF with fillable fields or flattened.
Service URL: https://websvcs.quikforms.com/HTMLFormViewTrans/v5300/FormViewHTML/QFVGetPDF.aspx?Edit=FALSE

Configuration Web Service

The miscellaneous configuration methods and options are available in the QFEConfigWS
Service URL:

https://websvcs.quikforms.com/qfe_ws/v5300/QFEConfigWS.asmx
Service WSDL:
https://websvcs.quikforms.com/qfe_ws/v5300/QFEConfigWS.asmx?WSDL

...