I am trying to call a PHP Magento store web service from C#.
How do I create this type of an "ARRAY KEY" in C# to pass to PHP:
call( $sessionId, 'product_stock.update', array('Sku', array('qty'=>50, 'is_in_stock'=>1)) );
Here is a link to the magento wiki for the call:
Thanks for the help in advance!
GBY,
-R