Sujet : Help with soap(?)
De : jonkelly (at) *nospam* fastmail.fm (jonoke)
Groupes : comp.lang.tclDate : 09. Oct 2024, 02:21:46
Autres entêtes
Organisation : RetroBBS
Message-ID : <a64b6ebd0e29fa6aaca3c5d4f820ecb4@www.rocksolidbbs.com>
User-Agent : Rocksolid Light
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