On my Livecycle server, I created an assembler extending the AbstractAssembler class, overriding the methods getItem, createItem, updateItem and deleteItem.
Now on the Flex side, I have a DataService-object ds ... the getItem and createItem methods work well, but I noticed that the DataService object had no updateItem method. How can I invoke the updateItem method of my assembler-class on the server ? Thanks for the help ! Bart

