Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
The information on this page refers to SOAP version 2. This function does not exist in SOAP version 1.

The LAC_LicenseRemovalConfirm function confirms that a request to remove a license from a host was successful. This function requires an activation key and a HostID.

...

[in] Activation key (for example, 9EFJK-TVJM0-MCDET-EZKXJ).

szHostid

[in] An optional A client-side HostID, in the format HostID_type=value (for example, HOSTNAME=my_hostname). To provide more than one HostID, use a comma-separated HostID list (HostID_type1=value1, HostID_type2=value2, etc.), from which LAC will select the first appropriate value. This value should be NULL if not relevant. See your license manager documentation for valid HostID types. (For LM-X license managerLicense Manager, see the LM-X Developers Manual.) You may also use a comma-separated HostID list, from which LAC will select the first appropriate value.

szUrl

[in] SOAP API endpoint URL. This value should be set to http://license.x-formation.com/soap/type/enduser/version/2.

...

[in] An optional client-side proxy host to be used with a request. This value should be NULL if not relevant.

Note: This function will attempt to contact LAC directly if no proxy is specified, so if you have a firewall or router that redirects traffic, ensure your configuration handles this correctly.

nProxyPort

[in] An optional client-side proxy port number to be used with a request. This value should be 0 if not relevant.

...

On failure, this function returns an error code in the format described in Return SOAP API return codes.