Hi all!
How to use the service edit form method:
$oForm = BxDolService::call('bx_posts', 'entity_edit', array($iPostId));
$oForm->update($iPostId, array('title' => 'title'));