Shun87 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

issue with array of string inside an object #180

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a simple web service that return an object containing an array of 
strings.
2. generate a stubs with wsdl2obj
3. consuming the code generated to get our array of string.

What is the expected output?
Normaly I should retrieve an object called MyService_ArrayOf_xsd_string  witch 
contain an attribute called item ; NSMutableArray *item;

this NSMutableArray is expected to contain an array of strings

What do you see instead?

the NSMutableArray item is always empty !!

What version of the product are you using? On what operating system?

Please provide any additional information below.

after debugging , I found that the method addItem inside 
MyService_ArrayOf_xsd_string class , is never called , and it seems to be  
expected to populate our NSMutableArray  item attribut !

Original issue reported on code.google.com by saidramli@gmail.com on 30 Mar 2012 at 11:44

GoogleCodeExporter commented 8 years ago
Have you found the solution?
I have the same probleme

Original comment by anth0...@gmail.com on 30 May 2012 at 11:01

GoogleCodeExporter commented 8 years ago
I have the same probleme

Original comment by xbiztech...@gmail.com on 27 Aug 2014 at 11:31