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
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).
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.
On 9/10/24 23:25, Gerald Lester wrote:
On 10/9/24 07:17, Gerald Lester wrote:Yes ... I want to make the call. I've been trying to just send the
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.
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.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (0 / 10) |
Uptime: | 119:51:25 |
Calls: | 12,958 |
Files: | 186,574 |
Messages: | 3,265,641 |