Versions Compared

Key

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

...

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

A .NET-generated The app.config file is generated by .NET during service reference creation 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 :

  1. Add an application configuration file to the executable project (Project > Add new item > Application Configuration File)

...

  1. .
  2. Copy and paste the settings from the .NET-generated app.config file

...

  1. to the executable's app.config file. 

The executable will then support the necessary settings to use the DLLlibrary

Vendor SOAP API examples

...