14
14
</ head >
15
15
< body >
16
16
< p > Visit one of these pages to obtain {{p}} observations data and metadata from the REST/SOAP APIs for WOF written in Python.< br >
17
- In HIS central, instead of getting WSDL location URLs, some clients use the service location endpoints for SOAP services.</ p >
18
- < table style ="width: 750px; ">
17
+
18
+
19
+ < p > CUAHSI WaterOneFlow is defined as a SOAP service sending WaterML v1.x messages. Many clients only utilize
20
+ the service location, or make assumptions about it's implementation.
21
+ In these cases (like HIS central), use the Service location endpoint URL.</ p >
22
+ </ p > < table style ="width: 750px; ">
19
23
< tr >
24
+ < th > Service</ th >
20
25
< th > WSDL's location URL</ th >
21
26
< th > Service location endpoint URL</ th >
22
27
</ tr >
23
28
< tr >
24
- < td > http://127.0.0.1:8080/{network}/soap/cuahsi_1_0/.wsdl</ td >
25
- < td > http://127.0.0.1:8080/{network}/soap/cuahsi_1_0/</ td >
29
+ < td > SOAP service -- WaterML 1.0</ td >
30
+ < td > < a href ="{{request.script_root|safe}}/{{ soap10 }}.wsdl ">
31
+ {{request.url_root|safe}}{{ soap10 }}.wsdl
32
+ </ a > </ td >
33
+ < td > < a href ="{{request.script_root|safe}}/{{ soap10 }} ">
34
+ {{request.url_root|safe}}{{ soap10 }} </ a > </ td >
26
35
</ tr >
27
36
< tr >
28
- < td > http://127.0.0.1:8080/{network}/soap/cuahsi_1_1/.wsdl</ td >
29
- < td > http://127.0.0.1:8080/{network}/soap/cuahsi_1_1/</ td >
37
+ < td > SOAP service -- WaterML 1.1</ td >
38
+ < td > < a href ="{{request.script_root|safe}}/{{ soap11 }}.wsdl ">
39
+ {{request.url_root|safe}}{{ soap11 }}.wsdl
40
+ </ a > </ td >
41
+ < td > < a href ="{{request.script_root|safe}}/{{ soap11 }} ">
42
+ {{request.url_root|safe}}{{ soap11 }} </ a > </ td >
30
43
</ tr >
31
44
</ table >
45
+ < p > You can test SOAP services with clients websites like < a href ="http://www.service-repository.com/client/start "> www.service-repository.com</ a > or applications like SOAPUI. Example SoapUI projects are found in the < a href ='https://github.com/ODM2/WOFpy/tree/master/test '> test directory</ a > of WOFPy github repository </ p >
46
+ < p > WOF Py also includes REST interfaces that respond with WaterML 1.x documents.</ p >
32
47
< ul >
33
48
< li >
34
49
< a href ="{{request.script_root|safe}}/{{ rest10 }} ">
35
50
REST Service -- WaterML 1.0
36
51
</ a >
37
52
</ li >
38
53
< li >
39
- < a href ="{{request.script_root|safe}}/{{ soap10 }} ">
40
- SOAP service -- WaterML 1.0
41
- </ a >
42
- </ li >
43
- < li >
44
54
< a href ="{{request.script_root|safe}}/{{ rest11 }} ">
45
55
REST service -- WaterML 1.1
46
56
</ a >
47
57
</ li >
48
- < li >
49
- < a href ="{{request.script_root|safe}}/{{ soap11 }} ">
50
- SOAP service -- WaterML 1.1
51
- </ a >
52
- </ li >
58
+
53
59
< li >
54
60
< a href ="{{request.script_root|safe}}/{{ rest2 }} ">
55
61
WaterML 2
56
62
</ a >
57
63
</ li >
58
64
</ ul >
59
-
60
65
</ body >
61
66
62
67
</ html >
0 commit comments