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