Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EWS Stub generation failed for iOS. #14

Open
IuliuMoga opened this issue Sep 28, 2015 · 2 comments
Open

EWS Stub generation failed for iOS. #14

IuliuMoga opened this issue Sep 28, 2015 · 2 comments

Comments

@IuliuMoga
Copy link

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
Copy link

maxep commented Sep 28, 2015

Hi @IuliuMoga

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

@IuliuMoga
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants