-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs_soap.tmpl.html
68 lines (61 loc) · 3.13 KB
/
docs_soap.tmpl.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<div class="container">
<div class="row">
<div class="col-md-8">
<h3>
<small>Documentation</small>
<br/>SOAP API
</h3>
</div>
</div>
<div class="row">
<div class="col-md-8">
<p>
The original idea in the WISEBED project was to provide all testbed functionality via a standardized
SOAP API. This API is identical for every testbed as well as for federated testbeds, allowing you to
write
WISEBED clients in literally any programming language that is capable of speaking Web Services according
to the
WS/I interoperability profile.
</p>
<div class="alert alert-info" role="alert">
Nowadays, there's also a "more modern" <a href="#docs_rest">HTTP-based REST API</a> that enabled the
implementation of e.g., JavaScript-based client applications such as the <a href="#tools_web">WiseGui
Web-based graphical frontend</a> or the <a href="#tools_desktop">wisebed.js-scripts</a> shell tools.
</div>
<h4>Version 3.0</h4>
<p>
The current version 3.0 of the SOAP API WSDL files and documentation is being developed on github.com.
The API didn't see a final official release yet but is already in production use at the Lübeck testbed
site and is part of the upcoming Testbed Runtime release 0.9. For more information please go to:
</p>
<p>
<a href="https://github.com/wisebed/api-wsdl">https://github.com/wisebed/api-wsdl</a>
</p>
<h4>Version 2.3</h4>
<p>
Version 2.3 of the WISEBED SOAP API (and its predecessors) was standardized during the project runtime.
Below you'll find all necessary documentation which you still might find valuable as it is partially
"more verbose" than the current versions documentation and explains the basic concepts quite nicely.
</p>
<table class="table table-condensed">
<tbody>
<tr>
<td>
<a href="http://wisebed.eu/api/documentation/snaa/current/snaa-api.pdf">Sensor Network
Authentication and Authorization API (SNAA)</a>
</td>
<td><a href="http://wisebed.eu/api/wsdl/snaa/current/">WSDL</a></td>
</tr>
<tr>
<td><a href="http://wisebed.eu/api/documentation/rs/current/rs-api.pdf">Reservation System API (RS)</a></td>
<td><a href="http://wisebed.eu/api/wsdl/rs/current/">WSDL</a></td>
</tr>
<tr>
<td><a href="http://wisebed.eu/api/documentation/iwsn/current/iwsn-api.pdf">Wireless Sensor Network (iWSN) API</a></td>
<td><a href="http://wisebed.eu/api/wsdl/iwsn/current/">WSDL</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>