KanikaVarma / sudzc

Automatically exported from code.google.com/p/sudzc
0 stars 0 forks source link

Resulting Data from server does not return a list of data, rather it just returns the first item (Objective C) #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call any SOAP method that returns a list 
2. Get results (notice only 1 item is returned)
3. Check fiddler log (or wireshark) to see SOAP return message
4. SOAP return message seems to have multiple result items

What is the expected output? What do you see instead?

I'd like to get all the result items

What version of the product are you using? On what operating system?
Most recent as of 10/12/2011

Please provide any additional information below.

Original issue reported on code.google.com by georgep1...@gmail.com on 13 Oct 2011 at 12:58

GoogleCodeExporter commented 9 years ago
I have the same Problem. The Objective C code generates an NSDictionary which 
only allows one object from the list to exist since they all have the same 
name. In the tutorial an NSArray is generated for the list. Also sudzc doesn't 
generate any of my custom objects that are described in the WSDL.

Original comment by TheFro...@gmail.com on 2 Jan 2012 at 3:25