<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 Mar 2019 17:30:52 Z</lastBuildDate><pubDate>12 Mar 2019 12:48:16 Z</pubDate><description>Bonjour les amis &#13;
j'ai un problem de ce connécté a un serveur soap avec Authentification &#13;
voici mon code: &#13;
[code:wl]&#13;
sAut est chaîne =[&#13;
 &lt;DocuSignCredentials&gt;&#13;
 	&lt;Username&gt;***********&lt;/Username&gt;&#13;
 	&lt;Password&gt;********&lt;/Password&gt;&lt;IntegratorKey&gt;**************************&lt;/IntegratorKey&gt;&#13;
 &lt;/DocuSignCredentials&gt;&#13;
]&#13;
&#13;
&#13;
SOAPAjouteEntête("DSAPIService","X-DocuSign-Authentication",sAut)&#13;
sMsg est chaîne =&#13;
[&#13;
&lt;soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.docusign.net/API/3.0"&gt;&#13;
   &lt;soap:Header/&gt;&#13;
   &lt;soap:Body&gt;&#13;
      &lt;ns:RequestStatusEx&gt;&#13;
         &lt;!--Optional:--&gt;&#13;
         &lt;ns:EnvelopeID&gt;2a544bb1-9993-4318-bd2a-8c5bc4477f32&lt;/ns:EnvelopeID&gt;&#13;
      &lt;/ns:RequestStatusEx&gt;&#13;
   &lt;/soap:Body&gt;&#13;
&lt;/soap:Envelope&gt;&#13;
]&#13;
&#13;
bResexe est un booléen =SOAPExécuteXML("https://demo.docusign.net/api/3.0/dsapi.asmx?WSDL",sMsg)&#13;
SI bResexe ALORS&#13;
	Info(SOAPDonneRésultat((SOAPRésultat)))&#13;
SINON&#13;
	Info(SOAPErreur(SOAPErrMessage))&#13;
	Info(ErreurInfo(errComplet))&#13;
	Info(SOAPDonneRésultat((SOAPRésultat)))&#13;
FIN&#13;
[/code]&#13;
&#13;
&#13;
voici le msg d'erreur : &#13;
&#13;
Le serveur a bien retourné une réponse, mais il ne s'agit pas d'une enveloppe SOAP. Vous pouvez traiter cette réponse avec SOAPDonneRésultat(SOAPRésultatXML) ou SOAPDonneRésultat(SOAPRésultatHTTP)&#13;
&#13;
j'ai essayer sur SoapUI et le WS marche bien &#13;
Merci d'avance&#13;
&#13;
--&#13;
La vérité est une, le mensonge est multiple.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224629-consomation-docusign-soap-avec-authentification/read.awp</link><title>consomation WS DocuSign soap avec Authentification</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Khaery</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224629-consomation-docusign-soap-avec-authentification-224648/read.awp</comments><pubDate>12 Mar 2019 17:30:52 Z</pubDate><description>voici le code je m'excuse pour le typo : &#13;
&#13;
sAut est chaîne =[&#13;
 &lt;DocuSignCredentials&gt;&#13;
 	&lt;Username&gt;*****&lt;/Username&gt;&#13;
 	&lt;Passwo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224629-consomation-docusign-soap-avec-authentification-224648/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224629-consomation-docusign-soap-avec-authentification-224648/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224629-consomation-docusign-soap-avec-authentification/read.awp">consomation WS DocuSign soap avec Authentification</source><title>Re: consomation WS DocuSign soap avec Authentification</title></item></channel></rss>
