Share via


Use the WSDL Endpoint for Microsoft Dynamics CRM

[Applies to: Microsoft Dynamics CRM 2011]

While the most common style of development for Microsoft Dynamics CRM 2011 is using the SOAP endpoint with early or late bound types, there are situations where you wish to use the Web Services Description Language (WSDL) endpoint directly. This is a light-weight endpoint that can be used from non-.NET languages. You can download the WSDL from the developer resources page. For more information, see Download the Endpoints Using the Dynamics CRM Developer Resources Page. For more information about Windows Communication Foundation (WCF) interoperability, see Web Service Interoperability.

The SDK download package contains sample code for authentication and use of the WSDL endpoint for Active Directory, Active Directory with Claims, Online (both Microsoft account and Microsoft Office 365), and for Internet-facing deployment (IFD). This is located in the SDK\SampleCode\CS\WsdlBasedProxies folder. For another example of a client application that uses web services only, see this example in the MSDN Code Samples Gallery: CRM Online 2011 WebServices - SOAP Only Client.

See Also

Tasks

Walkthrough: Connect Using Java for Microsoft Dynamics CRM Online

Concepts

Introduction to Programming Models for Microsoft Dynamics CRM
Use the SOAP Endpoint for Web Resources

Other Resources

Write Applications and Server Extensions
Use Web Service Data in Web Resources (REST and SOAP Endpoint)
Blog: PHP and Microsoft Dynamics CRM Source Code

Microsoft Dynamics CRM 2011
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.