CreateView viewService = (CreateView) service.getPort(CreateView.class);
CreateViewResult view = null;
try {
view = viewService.createView(digitalObjects, null);
ServiceReport report = view.getReport();
if (report.getStatus() != ServiceReport.Status.SUCCESS ) {
sessionIdentifier = "";