{
// enable MTOM
((Stub)getPort())._setProperty(StubExt.PROPERTY_MTOM_ENABLED, Boolean.TRUE);
PingImage pingImage = new PingImage("1|0", image);
PingImageResponse response = getPort().pingImage(pingImage);
assertNotNull("Response was null", response);
assertNotNull("Return xopContent was null", response.getXopContent());
}
}