Re: Help with soap(?)

Liste des GroupesRevenir à cl tcl 
Sujet : Re: Help with soap(?)
De : jonkelly (at) *nospam* fastmail.fm (Jonathan Kelly)
Groupes : comp.lang.tcl
Date : 09. Oct 2024, 21:00:06
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ve6nc6$2p0h6$1@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 9/10/24 23:25, Gerald Lester wrote:
On 10/9/24 07:17, Gerald Lester wrote:
On 10/8/24 20:21, jonoke wrote:
Hi,
>
I have to interface with web service api ... and this is all I have
>
username
password
>
a url
>
and documentation that just looks like this ...
>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:v2="http://webservice.gekko-holding.com/v2_4">
<soapenv:Header/>
<soapenv:Body>
<v2:getBoardTypes>
<language>FR</language>
<identification clientId="test" password="test"/>
</v2:getBoardTypes>
</soapenv:Body>
</soapenv:Envelope>
>
----
I have used the http package to access other REST api's ,,, but I'm lost
here.
>
grateful for any pointers
>
Check out the TCLws package (https://core.tcl-lang.org/tclws/index).
 BTW, the documentation is the WSDL, not what you posted, and should be available from the site itself.
 What you posted was a call to the getBoardTypes method.
 
Yes ... I want to make the call. I've been trying to just send the message via the http package and then happy to parse the result myself. I've tried, but I keep getting some error page from cloudfare ... I don't know if that is because what I'm trying is wrong or some sort of permissions problem. Chasing that up with the vendor.
I'd use the TCLws thing, but it seems to assume you already know what everything means. I'd need a worked example of using the wsdl thing and then the soap procedures thing.

Date Sujet#  Auteur
9 Oct 24 * Help with soap(?)2jonoke
9 Oct 24 `- Re: Help with soap(?)1Jonathan Kelly

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal