request.setIncomingWss(incomingRequestWss);
Attachment[] requestAttachments = me.getRequestAttachments();
if (requestAttachments != null) {
for (Attachment attachment : requestAttachments) {
request.importAttachment(attachment);
}
}
} else {
HttpRequestStepFactory httpRequestStepFactory = new HttpRequestStepFactory();
HttpTestRequestStep test = (HttpTestRequestStep) testCase.insertTestStep(