return testStep instanceof WsdlTestRequestStep;
}
@Override
public AbstractSecurityScan buildSecurityScan(TestStep testStep, SecurityScanConfig config, ModelItem parent) {
return new XmlBombSecurityScan(testStep, config, parent, "/xml_bomb_scan.gif");
}