Constructs a WSBase instance with the properties specified by a configuration property file.
Visual Basic
Overloads Public Sub New( _
ByVal iniFile As String _
)
C#
public WSBase(
string iniFile
);
iniFile A file containing configuration properties.
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\\".
WSException class - Thrown if there is a problem constructing the WSBase.