Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created August 5, 2013 22:01
Show Gist options
  • Save xcommerce-gists/6159994 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/6159994 to your computer and use it in GitHub Desktop.
Simple service_calls.xml
<service_calls>
<service_call name="selectedProductDetails" service="Mage_Catalog_Service_Product" method="item">
<arg name="productId">{{request.params.id}}</arg>
</service_call>
</service_calls>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment