Package com.aonaware.services.webservices

Examples of com.aonaware.services.webservices.DictService


   * 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();
View Full Code Here

TOP

Related Classes of com.aonaware.services.webservices.DictService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.