Example #1
0
 @Before
 public void setUp() throws XmlException, IOException, SoapUIException {
   WsdlProject project = new WsdlProject();
   RestService restService =
       (RestService) project.addNewInterface("Test", RestServiceFactory.REST_TYPE);
   restResource = restService.addNewResource("Resource", "/test");
 }