Source source = XOPTestSupport.createTestSource();
// disable MTOM
((Stub)getPort())._setProperty(StubExt.PROPERTY_MTOM_ENABLED, Boolean.FALSE);
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());