iphone - Objective-C & Interacting with Microsoft Dynamics CRM -


i'm looking interact microsoft dynamics crm system iphone, performing tasks such pulling down, updating, creating , deleting records.

is possible? if so, can link me resources on matter or provide me information feel relevant?

many thanks,

jack

yes possible , there @ least relevant pointers in crm sdk (development non-.net clients in microsoft dynamics crm) general support , anecdotal information sparse (in fact referenced topic , it's links exist in official sense).

you accessing via soap endpoint , link wsdl exposed via crm ui (settings > customizations > developer resources).

i'd start downloading crm sdk , reading topics linked to.

caveat - know nothing of objective-c or ios


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -