Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Unlinked headers and changed to black text

The license manager web service is used to set up and manage licenses for associating form groups with users or groups of users with the QFE Sample Website ONLY.

...



GetLicenseList
Returns a list of licenses for the customer account.

SOAP 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="http://websvcs.quikforms.com/QFEM/">
<CustomerID>string< <CustomerID>string</CustomerID>
<UserName>string< <UserName>string</UserName>
<Password>string< <Password>string</Password>
</AuthenticationHeader>
</soap12:Header>
<soap12:Body>
<GetLicenseList xmlns="http://websvcs.quikforms.com/QFEM/" />
</soap12:Body>
</soap12:Envelope>

SOAP Body Request Parameters

...

This method returns a list of license profiles with the following columns: (NOTE: ProductLicenseID = LicenseID)

Field Name

Data Type

Length

Description

ProductLicenseID

Int

 

The Quik! LicenseID that matches the CUNID

CustomerUserID

String

 

The CUNID that was passed in

LicenseExpiry

Date

 

The date the license expires

FirstName

String

 

First name of the license

MiddleName

String

 

Middle name of the license

LastName

String

 

Last name of the license

Email

String

 

The email address for the license

LastUpdate

Date

 

Date the license record was last modified

...

<?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="http://websvcs.quikforms.com/QFEM/">
<CustomerID>string</CustomerID>
<UserName>string</UserName>
<Password>string</Password>
</AuthenticationHeader>
</soap:Header>
<soap:Body>
<LoginAdmin xmlns=http://websvcs.quikforms.com/QFEM/ />
</soap:Body>
</soap:Envelope>

...