Requirement:
need to create/Update records from Legacy .net application.
Solution Approach: 1.creating a custom WCF service ,
2.adding business logic in the operation contracts implementation and Using MSCRM 2011 ORG.svc WCFservice for creating the record inside this custom WCf service
3.Adding reference of this custom wcf service in the Legacy .net application.
Queries:
1. is this approach is Suitable or not?
2. IF yes, any suggestions on implementing this.
3.and any sample code snip set for achieving this.
4. IF no., any other solution approach(high level)
Thanks in Advance for answering this query..
hari