request.setEndpoint(me.getTargetUrl().toString());
Attachment[] requestAttachments = me.getRequestAttachments();
if (requestAttachments != null) {
for (Attachment attachment : requestAttachments) {
request.importAttachment(attachment);
}
}
}
if (withoutOperation > 0) {
UISupport.showInfoMessage("For " + withoutOperation + "request(s) there are no operations",