bulldog2011/mwsc

EWS Stub generation failed for iOS.

Opened this issue · 2 comments

I've managed to generate ObjC code from ews WSDL file, but i get this strange function body.

+(NSMutableDictionary *)getPropertyMetaData {
    NSMutableDictionary *map = [OrderedDictionary dictionary];

    PicoPropertySchema *ps = nil;
    ps = [[PicoPropertySchema alloc] initWithKind:PICO_KIND_ANY_ELEMENT xmlName:@"allInternalOrAndOrRecipientIs" propertyName:@"allInternalOrAndOrRecipientIs" type:PICO_TYPE_OBJECT clazz:[FloJAXBElement<? extends Object> class]];
    [map setObject:ps forKey:@"allInternalOrAndOrRecipientIs"];
    [ps release];

    return map;
}

What is the purpose of this function and what should be it's correct body?

maxep commented

Hi @IuliuMoga

I've upgrade mwsc and pico to support ARC and be based on the latest AFNetworking version. Have a look here.

Thanks for your support!
I will try the new mwsc.