}
@Override
public List<ServiceAddress> getVerifiableServiceAddresses() {
List<ServiceAddress> saList = new LinkedList<>();
saList.add(new ServiceAddress("http://localhost:" + HTTP_PORT + "/active-bpel/services"));
saList.add(new ServiceAddress("http://localhost:" + HTTP_PORT + "/BpelAdmin/", "Running"));
return saList;
}