Skip to Content.
Sympa Menu

devel - [sympa-developpers] Sympa fix for Soap wsdl file

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Daniel Stoye <address@concealed>
  • To: address@concealed
  • Subject: [sympa-developpers] Sympa fix for Soap wsdl file
  • Date: Thu, 8 Sep 2016 14:56:02 +0200

Dear List,

 

there is a small Bug inside sympa.wsdl Template, which breaks the Soap Interface

for every Microsoft .Net Project using the SOAP-Api.

 

I have attached my patch. It would be nice, if you could incorporate this patch into the next release.

 

Regards,

Daniel

--- sympa.wsdl.broken	2016-09-08 14:51:15.054532000 +0200
+++ sympa.wsdl	2016-09-08 14:42:27.757756000 +0200
@@ -100,7 +100,7 @@
 </message>
 
 <message name="whichResponse">
-	<part name="return" type="tns:string"/>
+	<part name="return" type="xsd:string"/>
 </message>
 
 <message name="amIRequest">

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature




Archive powered by MHonArc 2.6.19+.

Top of Page