This section lists the walkthroughs that are available in the SDK documentation. For a complete list of code provided in the SDK, check out the selection of
Sample Codes.
The Microsoft Dynamics CRM SDK contains sample code that demonstrates how to use Java to access Microsoft Dynamics CRM Online and perform Create, Read, Update, and Delete operations. This sample code uses Windows Communication Foundation (WCF) and the SOAP interface to access the operation data and metadata API published by Microsoft Dynamics CRM Online.
This walkthrough and the accompanying sample code demonstrate how to write a custom webpage, named Default.aspx, that makes Microsoft Dynamics CRM SDK method calls on behalf of the logged-on user. When displayed, the sample webpage obtains information from Microsoft Dynamics CRM about the logged-on user and displays it. A Microsoft Dynamics CRM Internet-facing deployment (IFD) is used for this example.