============================
== Sample specific readme ==
============================

The main information on this sample can be found in the samples.txt file in the global doc folder.
This File presents a predefined scenario to test the dynamic deployment capabilities of this samples.

A. Running a predefined scenario
--------------------------------

You can then run the 'manager' program to get server object description or
change remotely the server configuration. The following test scenario is
given as an example. It uses XML files stored in the 'data' subfolder.
Potential changes can sometimes be checked from the client or in the
configuration file stored in the server running directory. 
   

a. Get the living dimmer light description:
manager get device urn:uuid:00022694-0000-1000-8000-0015c5bbae06

b. Get the bedroom light model description:
manager get this_model urn:uuid:00012694-0000-1000-8000-0015c5bbae06

c. Get the dimmer service class description:
manager get serv_class http://www.soa4d.org/DPWS/Samples/DynHome/Dimmer

d. Get the bedroom light service description:
manager get service urn:uuid:00012694-0000-1000-8000-0015c5bbae06 http://www.soa4d.org/DPWS/Samples/DynHome/Light1

e. Change the kitchen light for a dimmer:
manager put device urn:uuid:00002694-0000-1000-8000-0015c5bbae06 <data_dir>/kitchen_dim.xml

f. Move the washing machine to the kitchen (would be a pretty feature if automatic :-)):
manager put scopes urn:uuid:00032694-0000-1000-8000-0015c5bbae06 <data_dir>/kitchen_scope.xml

g. Change the washing machine model:
manager put this_model urn:uuid:00032694-0000-1000-8000-0015c5bbae06 <data_dir>/wsh_this_model.xml

h. Change the washing machine metadata:
manager put this_device urn:uuid:00032694-0000-1000-8000-0015c5bbae06 <data_dir>/wsh_this_device.xml

i. Create the projector service class:
manager create serv_class <data_dir>/proj_sc.xml

j. Create the projector device:
manager create device <data_dir>/proj_dev.xml

k. A switch light is added to the projector:
manager create service urn:uuid:00042694-0000-1000-8000-0015c5bbae06 <data_dir>/lit_serv.xml

l. Deletes the bedroom light:
manager delete device urn:uuid:00012694-0000-1000-8000-0015c5bbae06

m. The projection service is removed from the projector:
manager delete service urn:uuid:00042694-0000-1000-8000-0015c5bbae06 http://www.soa4d.org/DPWS/Samples/DynHome/Projector1

n. The projector service class is deleted:
manager delete serv_class http://www.soa4d.org/DPWS/Samples/DynHome/Projector
