WSBase constructor

Constructs a WSBase instance with the properties specified by a configuration property file.

Syntax
Visual Basic
Overloads Public Sub New( _
   ByVal iniFile As String _
)
C#
public WSBase(
   string  iniFile
);
Parameters
  • iniFile   A file containing configuration properties.

Remarks

Valid configuration properties are:

LOG_FILE a file to which to log runtime information.

LOG_LEVEL a value between 0 and 6 that controls the verbosity of information logged, with 6 being the highest verbosity.

WS_CONNECTOR_ADDRESS the address of the web service connector in the MobiLink server.

The default WS_CONNECTOR_ADDRESS is "ianywhere.connector.webservices\\".

Exceptions