45464748495051
protected static final String SERVICE_ADDRESS = "http://localhost:9093/PersonMultiPart"; protected Endpoint endpoint; @Before public void startService() { endpoint = Endpoint.publish(SERVICE_ADDRESS, new PersonMultiPartImpl()); }
53545556575859
return true; } @Before public void startService() { endpoint = Endpoint.publish(SERVICE_ADDRESS, new PersonMultiPartImpl()); }
44454647484950