Skip to Content.
Sympa Menu

devel - [sympa-dev] [SOAP] wsdl.pm

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: "Sébastien Santoro" <address@concealed>
  • To: address@concealed
  • Subject: [sympa-dev] [SOAP] wsdl.pm
  • Date: Sat, 7 Jul 2007 02:04:56 +0200

Hi,

Using tclsoap, I've called authenticateRemoteAppAndRun SOAPmethod.

[01:56:41] <Dereckson> .tcl Sympa::authenticateRemoteAppAndRun
[registry.get Sympa.trustedApp.name] [registry.get
Sympa.trustedApp.password] address@concealed which
""
[01:56:41] Tcl error: Server response is not well-formed XML.
[01:56:41] Tcl error: response was <?xml version="1.0"
encoding="UTF-8"?><soap:Envelope
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsd="http://www.w3.org/1999/XMLSchema";
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Failed
to access class (sympa::wsdl): Can't locate sympa/wsdl.pm in @INC
(@INC
[01:56:41] Tcl error: contains: /home/sympa/bin/bin) at (eval 184) line 3.
[01:56:41] Tcl error: </faultstring></soap:Fault></soap:Body></soap:Envelope>

I've created the Sympa::authenticateRemoteAppAndRun proc with:

SOAP::create Sympa::authenticateRemoteAppAndRun -uri
http://listes.espace-win.org/sympa/wsdl -proxy
http://listes.espace-win.org/SOAP -name authenticateRemoteAppAndRun
-params { appname string apppassword string vars string service string
parameters array item string }

The funny thing is the same call in PHP or through MindReef SoapScope is okay.

No reference to wsdl.pm in Sympa, I guess it's in SOAP perl package.

Maybe a missing package used when the XML soap message sent to the
webservice is malformed?

Any idea someone?

--
Sébastien Santoro aka Dereckson
Rue de la Science 14 - 6000 Charleroi - Belgique

Tel +32 487 158 344 - skype://dereckson/

Espace Win - http://www.espace-win.info/
Open Your Windows - Ouvrez vos horizons

Double V Network - http://www.double-v.com/
Double V - Passez à la vitesse V V'



  • [sympa-dev] [SOAP] wsdl.pm, Sébastien Santoro, 07/07/2007

Archive powered by MHonArc 2.6.19+.

Top of Page