result.setSuccessful(false);
result.setResponseCode("999");
result.setResponseMessage("Empty response");
}
} else {
result.sampleEnd();
result.setSuccessful(false);
final String contentType = spconn.getResponseSOAPContext().getContentType();
result.setContentType(contentType);
result.setEncodingAndType(contentType);
result.setResponseData(spconn.getResponseSOAPContext().toString().getBytes(result.getDataEncodingWithDefault()));