Hi all,
I am using SudzC to call a soap webservice from within an iOS application. It is beautiful, but poorly documented (I'm not able to find an official forum).
I am able to use sudzc generated code to perform simple ws calls, like login/logout. Now I have a more complex method returning a type A containing an int and an id. The id is the translation that sudzc makes of an array of custom objects (soapenc:arrayType). The point is: how to use that array? I am able to retrieve the type A, then A has a property that returns B, but iOS sees B as __NSCFDictionary. How to access B's objects? The cast to NSDictionary does not work properly. Finally, I am not able to find any documentation on __NSCFDictionary.
Any suggestion is welcomed!
Thanks
Roberto
I am using SudzC to call a soap webservice from within an iOS application. It is beautiful, but poorly documented (I'm not able to find an official forum).
I am able to use sudzc generated code to perform simple ws calls, like login/logout. Now I have a more complex method returning a type A containing an int and an id. The id is the translation that sudzc makes of an array of custom objects (soapenc:arrayType). The point is: how to use that array? I am able to retrieve the type A, then A has a property that returns B, but iOS sees B as __NSCFDictionary. How to access B's objects? The cast to NSDictionary does not work properly. Finally, I am not able to find any documentation on __NSCFDictionary.
Any suggestion is welcomed!
Thanks
Roberto