I need to post an items array to my WS:
array(
"name" => "field_name",
"value" => "value_of_field_to_save"
),
But I don't know how to achieve it with angular-soap (Its working fine for the app for take info but not to push it because that).
Any guideline?
Thanks!