PingSource pingSource = new PingSource();
pingSource.setMessage("0|1");
pingSource.setXopContent(source);
PingSourceResponse response = getPort().pingSource(pingSource);
assertNotNull("Response was null", response);
assertNotNull("Return xopContent was null", response.getXopContent());
}