result.setContentType("text/xml"); // $NON-NLS-1$
result.setDataType(SampleResult.TEXT);
result.setSamplerData(fileContents);// WARNING - could be large
Envelope msgEnv = Envelope.unmarshall(rdoc);
result.sampleStart();
SOAPHTTPConnection spconn = null;
// if a blank HeaderManager exists, try to
// get the SOAPHTTPConnection. After the first
// request, there should be a connection object
// stored with the cookie header info.