PDA

View Full Version : Help I'm using .Net!!


Jon
05-06-07, 10:54
I've been playing around with 'searchProduct' and I'm stuck trying to extract the 'aKeywordSuggestions'. For some reason I can only get to 1 keyword although there could be say 14.

The soap encapsulates this element as follows (this was a test using 'ipod' as the query'):-

<ns1:aKeywordSuggestions>
<item>pod</item><item>ipso</item><item>oped</item><item>ID</item><item>OD</item><item>PD</item><item>Pd</item><item>id</item><item>pd</item><item>pied</item><item>dipody</item><item>lipid</item><item>plod</item><item>pods</item><item>pond</item></ns1:aKeywordSuggestions>

Can anyone please tell me how I can cast this to a collection or arraylist or even a simple string array, within the proxy proxy class itself?

Thanks in advance....