// Get service reference from analyzer context
ServiceReference serviceReference = analyzerContext.getServiceReference();
// Create normalized data about the service under test.
CandidateInfo candidate = new CandidateInfo(serviceReference, wsdlDocument);
analyzerContext.setCandidateInfo(candidate);
// Set prereq type to entry container
reporter.setPrereqType(Reporter.PREREQ_TYPE_ENTRY_CONTAINER);