Hi
I'm not sure to fully understand the WebServiceDefinition Parameters with regards to the Resultkey. My Webservice returns the following JSON:
{ "6222606": { "id": 6222606, "name": "EXJADE® Global Dosing Calculator", "developer": "Novartis Pharmaceutical Corporation", "icon": "http://a5.mzstatic.com/us/r1000/056/Purple/c6/55/20/mzi.tenlumxp.100x100-75.jpg", "vendor_identifier": "377043440", "ref_no": 377043440, "sku": "GCT8095", "package_name": null, "store_id": 1, "store": "apple", "release_date": "2010-08-16T04:00:00-04:00", "added_date": "2011-11-28T19:05:57-05:00", "updated_date": "2013-08-21T09:01:08-04:00", "version": "1.01", "source": { "external_account_id": 73209, "added_timestamp": "2010-01-01T00:00:00", "active": true, "hidden": false, "type": "own" }, "type": "app", "devices": [ "Handheld", "Tablet" ], "children": [], "features": [], "parent_id": null, "price": { "currency": "USD", "price": "0.00" } }, "6222615": { "id": 6222615, "name": "Dosing Calculator", "developer": "Novartis Pharmaceutical Corporation", "icon": "http://a3.mzstatic.com/us/r1000/074/Purple/v4/66/b1/62/66b162e9-8653-01db-291b-f697250a165a/mzl.rhofzoyc.75x75-65.png", "vendor_identifier": "377046352", "ref_no": 377046352, "sku": "EXJ900999", "package_name": null, "store_id": 1, "store": "apple", "release_date": "2010-01-15T05:06:00-05:00", "added_date": "2011-12-17T15:23:19-05:00", "updated_date": "2012-06-05T09:00:00-04:00", "version": "1.3", "source": { "external_account_id": 73209, "added_timestamp": "2010-01-01T00:00:00", "active": true, "hidden": false, "type": "own" }, "type": "app", "devices": [ "Handheld", "Tablet" ], "children": [], "features": [], "parent_id": null, "price": { "currency": "USD", "price": "0.00" } }, "6222624": { "id": 6222624, "name": "IPSS Calculator", "developer": "Novartis Pharmaceutical Corporation", "icon": "http://a782.phobos.apple.com/us/r1000/053/Purple/8f/f9/da/mzl.gjdgztfu.png", "vendor_identifier": "377048773", "ref_no": 377048773, "sku": "EXJ800433", "package_name": null, "store_id": 1, "store": "apple", "release_date": "2010-01-15T05:06:00-05:00", "added_date": "2011-11-22T23:46:31-05:00", "updated_date": "2011-11-02T13:00:02-04:00", "version": "1.0", "source": { "external_account_id": 73209, "added_timestamp": "2010-01-01T00:00:00", "active": true, "hidden": false, "type": "own" }, "type": "app", "devices": [ "Handheld", "Tablet" ], "children": [], "features": [], "parent_id": null, "price": { "currency": "USD", "price": "0.00" } }, "6222635": { "id": 6222635, "name": "IPSS Calculator International", "developer": "Novartis Pharmaceutical Corporation", "icon": "http://a5.mzstatic.com/us/r30/Purple/9b/88/f5/mzl.tnilssvf.100x100-75.jpg", "vendor_identifier": "377050586", "ref_no": 377050586, "sku": "GCT8095-INT", "package_name": null, "store_id": 1, "store": "apple", "release_date": "2010-06-15T04:00:00-04:00", "added_date": "2011-11-28T19:15:32-05:00", "updated_date": "2014-04-11T09:00:03-04:00", "version": "1.0", "source": { "external_account_id": 73209, "added_timestamp": "2010-01-01T00:00:00", "active": true, "hidden": false, "type": "own" }, "type": "app", "devices": [ "Handheld", "Tablet" ], "children": [], "features": [], "parent_id": null, "price": { "currency": "USD", "price": "0.00" } }, "6244672": { "id": 6244672, "name": "Sickle Cell Iron Invaders", "developer": "Novartis Pharmaceutical Corporation", "icon": "http://a1.mzstatic.com/us/r30/Purple6/v4/27/68/27/27682782-81d4-c317-f63b-31e7122b5896/mzl.kdvgbtcz.100x100-75.jpg", "vendor_identifier": "380101118", "ref_no": 380101118, "sku": "EXJ-800439-A", "package_name": null, "store_id": 1, "store": "apple", "release_date": "2010-07-07T04:00:00-04:00", "added_date": "2011-11-22T23:48:34-05:00", "updated_date": "2014-04-11T09:00:03-04:00", "version": "1.1", "source": { "external_account_id": 73209, "added_timestamp": "2010-01-01T00:00:00", "active": true, "hidden": false, "type": "own" }, "type": "app", "devices": [ "Handheld", "Tablet" ], "children": [], "features": [], "parent_id": null, "price": { "currency": "USD", "price": "0.00" } } }
Now how would my ResultKeyname or resultsDictionaryKeyNamesString / resultsDictionaryKeyNames have to look like? The json sends back a variable which I cannot hardcode?
any help is much appreciated
vince