famousPlaceCreate = (SFamousPlaceCreate)iter.next();
try {
bc.createCreate(xdCtx,famousPlaceCreate);
} catch (CreateException e) {
logcat.error("CreateException thrown while creating new FamousPlace", e);
throw new XMLDispatcherAppException("CreateException throwns while creating new FamousPlace:"+ e.getMessage());
}
}
return;
}