В вашу «операцию» добавьте returnRequestStatus="true"
.
Пример:
<operation name="myInsert_operation" returnRequestStatus="true">
<call-query href="myInsert_query">
<with-param name="active" query-param="active"/>
<with-param name="id" query-param="id"/>
</call-query>
</operation>