angularjs - Calling MS Dynamics CRM SOAP Service using Angular JS -
i developing ionic application interact ms dynamics crm. have looked online solutions, solutions either restful implementations or non ms dynamics implementations. has implemented soap services of ms dynamics using angular js? if possible please share example.
several questions lead solution:
- do have special requirements use
soap
? of crm functionality exposed viarest
/odata
endpoints. none-trivial cases need usesoap
syntax. can check list of current limitations here. consider usingrest
instead. - another question be, application deployed? within crm itself? or not? if angular application started within crm (as webresource) lot simpler! since authorized service , don't need bother that. in case maybe this library provide help... there several approaches create great middleware soap requests crm, seems modern one.
- but if you're not authorized... whole new level of problem... environment you're targeting? online? onprem?
in case, first need authorize, can proceed queries, example of library on previous step. there 1 js library help. abandoned, can take on code. i'm talking dynamicscrm-api. won't work in browser, give understanding, how can move on.
Comments
Post a Comment