assertNotNull("No context found!", context);
}
@Before
public void startServices() {
Object implementor = new PersonImpl();
String address = "http://localhost:9000/PersonService/";
endpoint1 = Endpoint.publish(address, implementor);
address = "http://localhost:9001/PersonService/";
endpoint2 = Endpoint.publish(address, implementor);