* of strategies are requested from web service. List of words is retrieved from xml file.
*/
@BeforeClass
public void before()
{
DictService service = new DictService();
this.dictServiceSoap = service.getDictServiceSoap();
ArrayOfStrategy strategiesScope = dictServiceSoap.strategyList();
ArrayOfDictionary dictionariesScope = dictServiceSoap.dictionaryList();
this.strategiesList = strategiesScope.getStrategy();