1011121314151617
public TestService service; public TestPortType port; @Before public void setUp() throws Exception { service = new TestServiceLocator(); port = service.getTestPort(); }