<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>10 Jun 2016 09:07:08 Z</lastBuildDate><pubDate>13 Feb 2016 13:29:50 Z</pubDate><description>hi,&#13;
&#13;
I search information to interfacing Windev (15 or 21 Express) and MS Dynamics CRM (Online or Onpremise) in version &gt; 2011&#13;
(bulk loading)&#13;
&#13;
It exists lot of way, all tested without success&#13;
&#13;
Web service : (integration in WD work fine http://www.webservicex.net/whois.asmx…)&#13;
	"Discovery" serve to return tonent Dynamics CRM available&#13;
		URL : https://VOTREENVIRONNEMENT.crm4.dynamics.com/XRMServices/2011/Discovery.svc&#13;
		https://crm4.dynamics.com/XRMServices/2011/Discovery.svc&#13;
		https://disco.crm4.dynamics.com/XRMServices/2011/Discovery.svc&#13;
	"Organization" serve to return tables&#13;
		https://VOTREENVIRONNEMENT.crm4.dynamics.com/XRMServices/2011/Organization.svc…&#13;
&#13;
in integration of "Webservices" in projet WD =&gt; unsuccess, &#13;
	error "not document WSDL valid"&#13;
	or unsuccess in of port 'CustomBinding_IDiscoveryService'. the binding associated 'CustomBinding_IDiscoveryService' not find.&#13;
	or "no service find in webservice"&#13;
in call SOAP =&gt; unsuccess&#13;
[code:wl]&#13;
	HTTPParamètre(httpParamètreMode,1)&#13;
	SOAP.StyleEncodage = "UTF-8"&#13;
	SOAP.NameSpace = "CustomBinding_IOrganizationService"&#13;
	ResExécution = SOAPExécute("https://VOTREENVIRONNEMENT.crm4.dynamics.com/XRMServices/2011/Discovery.svc?wsdl", "AccountSet","http://opentext/webservices/")&#13;
[/code]&#13;
in HTTP request =&gt; unsuccess&#13;
[code:wl]&#13;
	sXMLSoap = ""&#13;
	sXMLSoap += [&#13;
	&lt;?xml version="1.0" encoding="UTF-8"?&gt;&#13;
	&lt;soap11_env:Envelope xmlns:soap11_env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;&#13;
	&lt;soap11_env:Body&gt;&#13;
	] &#13;
	//sXMLSoap += [&#13;
	//&lt;GenerateGUID&#13;
	//xmlns="http://opentext/webservices/"&gt;&#13;
	//&lt;/GenerateGUID&gt;&#13;
	//]&#13;
	sXMLSoap += [&#13;
	&lt;/soap11_env:Body&gt;&#13;
	&lt;/soap11_env:Envelope&gt;&#13;
	]&#13;
	HTTPParamètre(httpParamètreMode,1)&#13;
	SI PAS HTTPRequête("https://VOTREENVIRONNEMENT.crm4.dynamics.com/XRMServices/2011/OrganizationData.svc/AccountSet","GenerateGUID","http://opentext/webservices/GenerateGUID") ALORS&#13;
[/code]&#13;
&#13;
API SDK (2015 et 2016) Dynamics :&#13;
	Microsoft.xrm.sdk&#13;
	Connection String with API of SDK =&gt; Microsoft.Xrm.Client.CrmConnection : unsuccess&#13;
[code:wl]&#13;
	vconnection is a CrmConnection("CRMOnline")&#13;
	vconnection = CrmConnection.Parse ("Url=https://VOTREENVIRONNEMENT.crm4.dynamics.com/XRMServices/2011/Discovery.svc; Username=VOTRELOGIN; Password=VOTREPASSWORD;")&#13;
	//vconnection = CrmConnection.Parse ("AuthType=Office365;Url=https://VOTREENVIRONNEMENT.crm4.dynamics.com/XRMServices/2011/Discovery.svc; Username=VOTRELOGIN; Password=VOTREPASSWORD;")&#13;
	vservice is a OrganizationService(vconnection);&#13;
	vcontext is a CrmOrganizationServiceContext(vconnection);&#13;
&#13;
	vService is a CrmService("AuthType=Office365;Url=https://VOTREENVIRONNEMENT.crm4.dynamics.com/XRMServices/2011/Discovery.svc; Username=VOTRELOGIN; Password=VOTREPASSWORD;")&#13;
[/code]&#13;
other connection :&#13;
	with Driver ODBC owner : &#13;
	CData =&gt; Connection work but big time&#13;
	with a Connection String ADODB : "PROVIDER=CRM Online Office 365;User=VOTRELOGIN;Password=VOTREPASSWORD;URL=https://crm4.dynamics.com/;CRM Version=CRM Online;Offline=false;"&#13;
	an object OLE "ADODB.CONNECTION" =&gt; unsuccess&#13;
&#13;
it's not concluding&#13;
&#13;
i take all ideas, coding, &#13;
performing of bulk load with windev and Dynamics CRM,&#13;
a good practice of coding with API CRM&#13;
&#13;
&#13;
thanks to you, for helping...</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56407-windev-and-microsoft-dynamics-crm/read.awp</link><title>Windev and Microsoft Dynamics CRM</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>liasafinnell</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56407-windev-and-microsoft-dynamics-crm-58054/read.awp</comments><pubDate>10 Jun 2016 09:07:08 Z</pubDate><description>One of the places that I found really useful when seeking solutions to all Microsoft dynamics CRM related issues is http://dynam…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56407-windev-and-microsoft-dynamics-crm-58054/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56407-windev-and-microsoft-dynamics-crm-58054/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56407-windev-and-microsoft-dynamics-crm/read.awp">Windev and Microsoft Dynamics CRM</source><title>Re: Windev and Microsoft Dynamics CRM</title></item></channel></rss>
