In mi wsdl2objc generated code I have:
@interface tns6_EntityType : NSString {
/* elements */
/* attributes */
NSNumber * id_;
}
However, when I get an element of this type, I get the following error:
2011-03-26 21:23:02.428 Pez[47129:a0f] Exception detected while handling key input.
2011-03-26 21:23:02.428 Pez[47129:a0f] * -length only defined for abstract class. Define -[tns6_EntityType length]!
Does anyone know how to fix this?
Thanks