Created
August 5, 2013 22:01
-
-
Save xcommerce-gists/6159994 to your computer and use it in GitHub Desktop.
Simple service_calls.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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