Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 13977

Tip #442: One WSDL to rule them all

$
0
0

WSDL is your best friend when you’re dealing with non .NET clients, e.g. Java, that need to talk to CRM. Historically, it’s always been a 2-step process:

  1. Hit https://crm/XRMServices/2011/Organization.svc?wsdl and get a very small file back usually containing the line
<wsdl:import namespace="blah-blah/Services" 
location="https://crm/XRMServices/2011/Organization.svc?wsdl=wsdl0"/>
  1. Hit https://crm/XRMServices/2011/Organization.svc?wsdl=wsdl0 and get a complete file containing full definitions.

Starting from CRM 2013 (or, rather WCF 4.5), however, there is a much easier way to get full WSDL schema:

https://crm/XRMServices/2011/Organization.svc?singleWsdl

No parsing required, the code is shorter and the life is easier.


Viewing all articles
Browse latest Browse all 13977

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>