Samples for mGw client library
-----------------------------------------------------------

1) Prerequisite
Contant your mobile operator for mGw parlayX services URL address and 
username-password pair for authentication to various services. There are SMS, 
MMS, Location and Charging samples and for every sample different 
username-password pair is used (depending on mGw configuration).

If not allready installed, install PocketSOAP library in lib directory which is 
required by mGw client.

2) Samples
Change your current directory to Samples/bin/Release directory. There are six 
samples executed from one file. Each sample use configuration file which 
contains sample properties. 

Six samples are:
- Samples.exe sms
- Samples.exe mms
- Samples.exe charging
- Samples.exe location
- Samples.exe notifyLocal
- Samples.exe notifyRemote

Before executing check configuration file Samples.exe.config and set valid 
properties values. Properties can be found at the end of file in section
<appSettings>.

Check source files to examine what every sample example will do.

