We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Hi @IuliuMoga
I've upgrade mwsc and pico to support ARC and be based on the latest AFNetworking version. Have a look here.
Sorry, something went wrong.
Thanks for your support! I will try the new mwsc.
No branches or pull requests
I've managed to generate ObjC code from ews WSDL file, but i get this strange function body.
What is the purpose of this function and what should be it's correct body?
The text was updated successfully, but these errors were encountered: