Versions Compared

Key

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

...

Note: By default, the maximum size of the auto-generated SOAP binding received message is 65536. You should adjust this value as needed (for example, you may need to increase the maximum size for large license files) by setting the values of maxReceivedMessageSize and maxBufferSize binding parameters in the app.config file for the project. The set value should be identical for both parameters.

Using the SOAP API with a DLL

If you want to wrap the SOAP API in a reusuable DLL (for example, to create a licensing library for use by multiple applications), you will need to make some manual changes to your configuration. 

A .NET-generated app.config file is used to configure settings for the SOAP API. These settings must be copied to the app.config file of the executable that uses the DLL to properly configure the application. To do this, add an application configuration file to the executable project (Project > Add new item > Application Configuration File), and then copy and paste the settings from the .NET-generated app.config file (in the DLL) to the executable's app.config file. The executable will then support the necessary settings to use the DLL. 

Vendor SOAP API examples

The downloads in the table below provide examples of using the Vendor SOAP API.

...