wlapi 0.8.6 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,221 @@
1
+ ---
2
+ recorded_with: VCR 2.9.2
3
+ http_interactions:
4
+ - request:
5
+ method: get
6
+ uri: http://anonymous:anonymous@wortschatz.uni-leipzig.de/axis/services/Cooccurrences?wsdl
7
+ body:
8
+ string: ""
9
+ headers:
10
+ Accept:
11
+ - "*/*"
12
+ response:
13
+ status:
14
+ code: 200
15
+ message: OK
16
+ headers:
17
+ Server:
18
+ - Apache-Coyote/1.1
19
+ Transfer-Encoding:
20
+ - chunked
21
+ X-Cache:
22
+ - MISS from wortschatz.uni-leipzig.de
23
+ Date:
24
+ - Tue, 29 Jul 2014 10:25:29 GMT
25
+ Content-Type:
26
+ - text/xml;charset=utf-8
27
+ body:
28
+ string: |
29
+ <?xml version="1.0" encoding="UTF-8"?>
30
+ <wsdl:definitions targetNamespace="urn:Cooccurrences" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:Cooccurrences" xmlns:intf="urn:Cooccurrences" xmlns:tns1="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
31
+ <!--WSDL created by Apache Axis version: 1.2RC3
32
+ Built on Mar 28, 2005 (10:34:47 CEST)-->
33
+ <wsdl:types>
34
+ <schema elementFormDefault="qualified" targetNamespace="urn:Cooccurrences" xmlns="http://www.w3.org/2001/XMLSchema">
35
+ <import namespace="http://datatypes.webservice.wortschatz.uni_leipzig.de"/>
36
+ <element name="execute">
37
+ <complexType>
38
+ <sequence>
39
+ <element name="objRequestParameters" type="impl:RequestParameter"/>
40
+ </sequence>
41
+ </complexType>
42
+ </element>
43
+ <complexType name="DataMatrix">
44
+ <sequence>
45
+ <element maxOccurs="unbounded" name="dataVectors" type="tns1:DataVector"/>
46
+ </sequence>
47
+ </complexType>
48
+ <complexType name="RequestParameter">
49
+ <sequence>
50
+ <element name="corpus" nillable="true" type="xsd:string"/>
51
+ <element name="parameters" nillable="true" type="impl:DataMatrix"/>
52
+ </sequence>
53
+ </complexType>
54
+ <element name="executeResponse">
55
+ <complexType>
56
+ <sequence>
57
+ <element name="executeReturn" type="impl:ResponseParameter"/>
58
+ </sequence>
59
+ </complexType>
60
+ </element>
61
+ <complexType name="ResponseParameter">
62
+ <sequence>
63
+ <element name="executionTime" nillable="true" type="xsd:string"/>
64
+ <element name="result" nillable="true" type="impl:DataMatrix"/>
65
+ <element name="serviceMagnitude" type="xsd:int"/>
66
+ <element name="userAmount" type="xsd:int"/>
67
+ <element name="userMaxLimit" type="xsd:int"/>
68
+ </sequence>
69
+ </complexType>
70
+ <element name="ping">
71
+ <complexType/>
72
+ </element>
73
+ <element name="pingResponse">
74
+ <complexType>
75
+ <sequence>
76
+ <element name="pingReturn" type="xsd:string"/>
77
+ </sequence>
78
+ </complexType>
79
+ </element>
80
+ </schema>
81
+ <schema elementFormDefault="qualified" targetNamespace="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns="http://www.w3.org/2001/XMLSchema">
82
+ <import namespace="urn:Cooccurrences"/>
83
+ <complexType name="DataVector">
84
+ <sequence>
85
+ <element maxOccurs="unbounded" name="dataRow" type="xsd:string"/>
86
+ </sequence>
87
+ </complexType>
88
+ </schema>
89
+ </wsdl:types>
90
+
91
+ <wsdl:message name="executeRequest">
92
+
93
+ <wsdl:part element="impl:execute" name="parameters"/>
94
+
95
+ </wsdl:message>
96
+
97
+ <wsdl:message name="pingResponse">
98
+
99
+ <wsdl:part element="impl:pingResponse" name="parameters"/>
100
+
101
+ </wsdl:message>
102
+
103
+ <wsdl:message name="executeResponse">
104
+
105
+ <wsdl:part element="impl:executeResponse" name="parameters"/>
106
+
107
+ </wsdl:message>
108
+
109
+ <wsdl:message name="pingRequest">
110
+
111
+ <wsdl:part element="impl:ping" name="parameters"/>
112
+
113
+ </wsdl:message>
114
+
115
+ <wsdl:portType name="Cooccurrences">
116
+
117
+ <wsdl:operation name="execute">
118
+
119
+ <wsdl:input message="impl:executeRequest" name="executeRequest"/>
120
+
121
+ <wsdl:output message="impl:executeResponse" name="executeResponse"/>
122
+
123
+ </wsdl:operation>
124
+
125
+ <wsdl:operation name="ping">
126
+
127
+ <wsdl:input message="impl:pingRequest" name="pingRequest"/>
128
+
129
+ <wsdl:output message="impl:pingResponse" name="pingResponse"/>
130
+
131
+ </wsdl:operation>
132
+
133
+ </wsdl:portType>
134
+
135
+ <wsdl:binding name="CooccurrencesSoapBinding" type="impl:Cooccurrences">
136
+
137
+ <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
138
+
139
+ <wsdl:operation name="execute">
140
+
141
+ <wsdlsoap:operation soapAction=""/>
142
+
143
+ <wsdl:input name="executeRequest">
144
+
145
+ <wsdlsoap:body use="literal"/>
146
+
147
+ </wsdl:input>
148
+
149
+ <wsdl:output name="executeResponse">
150
+
151
+ <wsdlsoap:body use="literal"/>
152
+
153
+ </wsdl:output>
154
+
155
+ </wsdl:operation>
156
+
157
+ <wsdl:operation name="ping">
158
+
159
+ <wsdlsoap:operation soapAction=""/>
160
+
161
+ <wsdl:input name="pingRequest">
162
+
163
+ <wsdlsoap:body use="literal"/>
164
+
165
+ </wsdl:input>
166
+
167
+ <wsdl:output name="pingResponse">
168
+
169
+ <wsdlsoap:body use="literal"/>
170
+
171
+ </wsdl:output>
172
+
173
+ </wsdl:operation>
174
+
175
+ </wsdl:binding>
176
+
177
+ <wsdl:service name="CooccurrencesService">
178
+
179
+ <wsdl:port binding="impl:CooccurrencesSoapBinding" name="Cooccurrences">
180
+
181
+ <wsdlsoap:address location="http://wortschatz.uni-leipzig.de:8100/axis/services/Cooccurrences"/>
182
+
183
+ </wsdl:port>
184
+
185
+ </wsdl:service>
186
+
187
+ </wsdl:definitions>
188
+
189
+ http_version:
190
+ recorded_at: Tue, 29 Jul 2014 10:25:29 GMT
191
+ - request:
192
+ method: post
193
+ uri: http://anonymous:anonymous@wortschatz.uni-leipzig.de:8100/axis/services/Cooccurrences
194
+ body:
195
+ string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:dat="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ins0="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:urn="http://wortschatz.uni-leipzig.de/axis/services/Cooccurrences" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:impl="urn:Cooccurrences"><env:Body><impl:execute><urn:objRequestParameters><urn:corpus>de</urn:corpus><urn:parameters><urn:dataVectors><dat:dataRow>Wort</dat:dataRow><dat:dataRow>Haus</dat:dataRow></urn:dataVectors><urn:dataVectors><dat:dataRow>Mindestsignifikanz</dat:dataRow><dat:dataRow>10000</dat:dataRow></urn:dataVectors><urn:dataVectors><dat:dataRow>Limit</dat:dataRow><dat:dataRow>10</dat:dataRow></urn:dataVectors></urn:parameters></urn:objRequestParameters></impl:execute></env:Body></env:Envelope>
196
+ headers:
197
+ Soapaction:
198
+ - "\"execute\""
199
+ Content-Length:
200
+ - "925"
201
+ Content-Type:
202
+ - text/xml;charset=UTF-8
203
+ Accept:
204
+ - "*/*"
205
+ response:
206
+ status:
207
+ code: 200
208
+ message: OK
209
+ headers:
210
+ Server:
211
+ - Apache-Coyote/1.1
212
+ Transfer-Encoding:
213
+ - chunked
214
+ Date:
215
+ - Tue, 29 Jul 2014 10:25:29 GMT
216
+ Content-Type:
217
+ - text/xml;charset=utf-8
218
+ body:
219
+ string: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><executeResponse xmlns="urn:Cooccurrences"><executeReturn><executionTime>0.045 s</executionTime><result><ns1:dataVectors xsi:type="ns2:DataVector" xmlns:ns1="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:ns2="urn:Cooccurrences"><ns1:dataRow>Haus</ns1:dataRow><ns1:dataRow>das</ns1:dataRow><ns1:dataRow>11747</ns1:dataRow></ns1:dataVectors></result><serviceMagnitude>0</serviceMagnitude><userAmount>1999241783</userAmount><userMaxLimit>-100</userMaxLimit></executeReturn></executeResponse></soapenv:Body></soapenv:Envelope>
220
+ http_version:
221
+ recorded_at: Tue, 29 Jul 2014 10:25:30 GMT
@@ -0,0 +1,223 @@
1
+ ---
2
+ recorded_with: VCR 2.9.2
3
+ http_interactions:
4
+ - request:
5
+ method: get
6
+ uri: http://anonymous:anonymous@wortschatz.uni-leipzig.de/axis/services/CooccurrencesAll?wsdl
7
+ body:
8
+ string: ""
9
+ headers:
10
+ Accept:
11
+ - "*/*"
12
+ response:
13
+ status:
14
+ code: 200
15
+ message: OK
16
+ headers:
17
+ Server:
18
+ - Apache-Coyote/1.1
19
+ Transfer-Encoding:
20
+ - chunked
21
+ X-Cache:
22
+ - MISS from wortschatz.uni-leipzig.de
23
+ Date:
24
+ - Tue, 29 Jul 2014 10:25:30 GMT
25
+ Content-Type:
26
+ - text/xml;charset=utf-8
27
+ body:
28
+ string: |
29
+ <?xml version="1.0" encoding="UTF-8"?>
30
+ <wsdl:definitions targetNamespace="urn:CooccurrencesAll" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:CooccurrencesAll" xmlns:intf="urn:CooccurrencesAll" xmlns:tns1="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
31
+ <!--WSDL created by Apache Axis version: 1.2RC3
32
+ Built on Mar 28, 2005 (10:34:47 CEST)-->
33
+ <wsdl:types>
34
+ <schema elementFormDefault="qualified" targetNamespace="urn:CooccurrencesAll" xmlns="http://www.w3.org/2001/XMLSchema">
35
+ <import namespace="http://datatypes.webservice.wortschatz.uni_leipzig.de"/>
36
+ <element name="execute">
37
+ <complexType>
38
+ <sequence>
39
+ <element name="objRequestParameters" type="impl:RequestParameter"/>
40
+ </sequence>
41
+ </complexType>
42
+ </element>
43
+ <complexType name="DataMatrix">
44
+ <sequence>
45
+ <element maxOccurs="unbounded" name="dataVectors" type="tns1:DataVector"/>
46
+ </sequence>
47
+ </complexType>
48
+ <complexType name="RequestParameter">
49
+ <sequence>
50
+ <element name="corpus" nillable="true" type="xsd:string"/>
51
+ <element name="parameters" nillable="true" type="impl:DataMatrix"/>
52
+ </sequence>
53
+ </complexType>
54
+ <element name="executeResponse">
55
+ <complexType>
56
+ <sequence>
57
+ <element name="executeReturn" type="impl:ResponseParameter"/>
58
+ </sequence>
59
+ </complexType>
60
+ </element>
61
+ <complexType name="ResponseParameter">
62
+ <sequence>
63
+ <element name="executionTime" nillable="true" type="xsd:string"/>
64
+ <element name="result" nillable="true" type="impl:DataMatrix"/>
65
+ <element name="serviceMagnitude" type="xsd:int"/>
66
+ <element name="userAmount" type="xsd:int"/>
67
+ <element name="userMaxLimit" type="xsd:int"/>
68
+ </sequence>
69
+ </complexType>
70
+ <element name="ping">
71
+ <complexType/>
72
+ </element>
73
+ <element name="pingResponse">
74
+ <complexType>
75
+ <sequence>
76
+ <element name="pingReturn" type="xsd:string"/>
77
+ </sequence>
78
+ </complexType>
79
+ </element>
80
+ </schema>
81
+ <schema elementFormDefault="qualified" targetNamespace="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns="http://www.w3.org/2001/XMLSchema">
82
+ <import namespace="urn:CooccurrencesAll"/>
83
+ <complexType name="DataVector">
84
+ <sequence>
85
+ <element maxOccurs="unbounded" name="dataRow" type="xsd:string"/>
86
+ </sequence>
87
+ </complexType>
88
+ </schema>
89
+ </wsdl:types>
90
+
91
+ <wsdl:message name="pingRequest">
92
+
93
+ <wsdl:part element="impl:ping" name="parameters"/>
94
+
95
+ </wsdl:message>
96
+
97
+ <wsdl:message name="executeResponse">
98
+
99
+ <wsdl:part element="impl:executeResponse" name="parameters"/>
100
+
101
+ </wsdl:message>
102
+
103
+ <wsdl:message name="pingResponse">
104
+
105
+ <wsdl:part element="impl:pingResponse" name="parameters"/>
106
+
107
+ </wsdl:message>
108
+
109
+ <wsdl:message name="executeRequest">
110
+
111
+ <wsdl:part element="impl:execute" name="parameters"/>
112
+
113
+ </wsdl:message>
114
+
115
+ <wsdl:portType name="CooccurrencesAll">
116
+
117
+ <wsdl:operation name="execute">
118
+
119
+ <wsdl:input message="impl:executeRequest" name="executeRequest"/>
120
+
121
+ <wsdl:output message="impl:executeResponse" name="executeResponse"/>
122
+
123
+ </wsdl:operation>
124
+
125
+ <wsdl:operation name="ping">
126
+
127
+ <wsdl:input message="impl:pingRequest" name="pingRequest"/>
128
+
129
+ <wsdl:output message="impl:pingResponse" name="pingResponse"/>
130
+
131
+ </wsdl:operation>
132
+
133
+ </wsdl:portType>
134
+
135
+ <wsdl:binding name="CooccurrencesAllSoapBinding" type="impl:CooccurrencesAll">
136
+
137
+ <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
138
+
139
+ <wsdl:operation name="execute">
140
+
141
+ <wsdlsoap:operation soapAction=""/>
142
+
143
+ <wsdl:input name="executeRequest">
144
+
145
+ <wsdlsoap:body use="literal"/>
146
+
147
+ </wsdl:input>
148
+
149
+ <wsdl:output name="executeResponse">
150
+
151
+ <wsdlsoap:body use="literal"/>
152
+
153
+ </wsdl:output>
154
+
155
+ </wsdl:operation>
156
+
157
+ <wsdl:operation name="ping">
158
+
159
+ <wsdlsoap:operation soapAction=""/>
160
+
161
+ <wsdl:input name="pingRequest">
162
+
163
+ <wsdlsoap:body use="literal"/>
164
+
165
+ </wsdl:input>
166
+
167
+ <wsdl:output name="pingResponse">
168
+
169
+ <wsdlsoap:body use="literal"/>
170
+
171
+ </wsdl:output>
172
+
173
+ </wsdl:operation>
174
+
175
+ </wsdl:binding>
176
+
177
+ <wsdl:service name="CooccurrencesAllService">
178
+
179
+ <wsdl:port binding="impl:CooccurrencesAllSoapBinding" name="CooccurrencesAll">
180
+
181
+ <wsdlsoap:address location="http://wortschatz.uni-leipzig.de:8100/axis/services/CooccurrencesAll"/>
182
+
183
+ </wsdl:port>
184
+
185
+ </wsdl:service>
186
+
187
+ </wsdl:definitions>
188
+
189
+ http_version:
190
+ recorded_at: Tue, 29 Jul 2014 10:25:30 GMT
191
+ - request:
192
+ method: post
193
+ uri: http://anonymous:anonymous@wortschatz.uni-leipzig.de:8100/axis/services/CooccurrencesAll
194
+ body:
195
+ string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:dat="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ins0="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:urn="http://wortschatz.uni-leipzig.de/axis/services/CooccurrencesAll" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:impl="urn:CooccurrencesAll"><env:Body><impl:execute><urn:objRequestParameters><urn:corpus>de</urn:corpus><urn:parameters><urn:dataVectors><dat:dataRow>Wort</dat:dataRow><dat:dataRow>Haus</dat:dataRow></urn:dataVectors><urn:dataVectors><dat:dataRow>Mindestsignifikanz</dat:dataRow><dat:dataRow>10000</dat:dataRow></urn:dataVectors><urn:dataVectors><dat:dataRow>Limit</dat:dataRow><dat:dataRow>10</dat:dataRow></urn:dataVectors></urn:parameters></urn:objRequestParameters></impl:execute></env:Body></env:Envelope>
196
+ headers:
197
+ Soapaction:
198
+ - "\"execute\""
199
+ Content-Length:
200
+ - "931"
201
+ Content-Type:
202
+ - text/xml;charset=UTF-8
203
+ Accept:
204
+ - "*/*"
205
+ response:
206
+ status:
207
+ code: 500
208
+ message: Internal Server Error
209
+ headers:
210
+ Server:
211
+ - Apache-Coyote/1.1
212
+ Transfer-Encoding:
213
+ - chunked
214
+ Date:
215
+ - Tue, 29 Jul 2014 10:25:30 GMT
216
+ Connection:
217
+ - close
218
+ Content-Type:
219
+ - text/xml;charset=utf-8
220
+ body:
221
+ string: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.generalException</faultcode><faultstring>You're not allowed to access this service.</faultstring><detail><ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">pcai055.informatik.uni-leipzig.de</ns1:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
222
+ http_version:
223
+ recorded_at: Tue, 29 Jul 2014 10:25:30 GMT
@@ -0,0 +1,223 @@
1
+ ---
2
+ recorded_with: VCR 2.9.2
3
+ http_interactions:
4
+ - request:
5
+ method: get
6
+ uri: http://anonymous:anonymous@wortschatz.uni-leipzig.de/axis/services/Kreuzwortraetsel?wsdl
7
+ body:
8
+ string: ""
9
+ headers:
10
+ Accept:
11
+ - "*/*"
12
+ response:
13
+ status:
14
+ code: 200
15
+ message: OK
16
+ headers:
17
+ Server:
18
+ - Apache-Coyote/1.1
19
+ Transfer-Encoding:
20
+ - chunked
21
+ X-Cache:
22
+ - MISS from wortschatz.uni-leipzig.de
23
+ Date:
24
+ - Tue, 29 Jul 2014 10:25:30 GMT
25
+ Content-Type:
26
+ - text/xml;charset=utf-8
27
+ body:
28
+ string: |
29
+ <?xml version="1.0" encoding="UTF-8"?>
30
+ <wsdl:definitions targetNamespace="urn:Kreuzwortraetsel" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:Kreuzwortraetsel" xmlns:intf="urn:Kreuzwortraetsel" xmlns:tns1="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
31
+ <!--WSDL created by Apache Axis version: 1.2RC3
32
+ Built on Mar 28, 2005 (10:34:47 CEST)-->
33
+ <wsdl:types>
34
+ <schema elementFormDefault="qualified" targetNamespace="urn:Kreuzwortraetsel" xmlns="http://www.w3.org/2001/XMLSchema">
35
+ <import namespace="http://datatypes.webservice.wortschatz.uni_leipzig.de"/>
36
+ <element name="execute">
37
+ <complexType>
38
+ <sequence>
39
+ <element name="objRequestParameters" type="impl:RequestParameter"/>
40
+ </sequence>
41
+ </complexType>
42
+ </element>
43
+ <complexType name="DataMatrix">
44
+ <sequence>
45
+ <element maxOccurs="unbounded" name="dataVectors" type="tns1:DataVector"/>
46
+ </sequence>
47
+ </complexType>
48
+ <complexType name="RequestParameter">
49
+ <sequence>
50
+ <element name="corpus" nillable="true" type="xsd:string"/>
51
+ <element name="parameters" nillable="true" type="impl:DataMatrix"/>
52
+ </sequence>
53
+ </complexType>
54
+ <element name="executeResponse">
55
+ <complexType>
56
+ <sequence>
57
+ <element name="executeReturn" type="impl:ResponseParameter"/>
58
+ </sequence>
59
+ </complexType>
60
+ </element>
61
+ <complexType name="ResponseParameter">
62
+ <sequence>
63
+ <element name="executionTime" nillable="true" type="xsd:string"/>
64
+ <element name="result" nillable="true" type="impl:DataMatrix"/>
65
+ <element name="serviceMagnitude" type="xsd:int"/>
66
+ <element name="userAmount" type="xsd:int"/>
67
+ <element name="userMaxLimit" type="xsd:int"/>
68
+ </sequence>
69
+ </complexType>
70
+ <element name="ping">
71
+ <complexType/>
72
+ </element>
73
+ <element name="pingResponse">
74
+ <complexType>
75
+ <sequence>
76
+ <element name="pingReturn" type="xsd:string"/>
77
+ </sequence>
78
+ </complexType>
79
+ </element>
80
+ </schema>
81
+ <schema elementFormDefault="qualified" targetNamespace="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns="http://www.w3.org/2001/XMLSchema">
82
+ <import namespace="urn:Kreuzwortraetsel"/>
83
+ <complexType name="DataVector">
84
+ <sequence>
85
+ <element maxOccurs="unbounded" name="dataRow" type="xsd:string"/>
86
+ </sequence>
87
+ </complexType>
88
+ </schema>
89
+ </wsdl:types>
90
+
91
+ <wsdl:message name="executeRequest">
92
+
93
+ <wsdl:part element="impl:execute" name="parameters"/>
94
+
95
+ </wsdl:message>
96
+
97
+ <wsdl:message name="executeResponse">
98
+
99
+ <wsdl:part element="impl:executeResponse" name="parameters"/>
100
+
101
+ </wsdl:message>
102
+
103
+ <wsdl:message name="pingRequest">
104
+
105
+ <wsdl:part element="impl:ping" name="parameters"/>
106
+
107
+ </wsdl:message>
108
+
109
+ <wsdl:message name="pingResponse">
110
+
111
+ <wsdl:part element="impl:pingResponse" name="parameters"/>
112
+
113
+ </wsdl:message>
114
+
115
+ <wsdl:portType name="Kreuzwortraetsel">
116
+
117
+ <wsdl:operation name="execute">
118
+
119
+ <wsdl:input message="impl:executeRequest" name="executeRequest"/>
120
+
121
+ <wsdl:output message="impl:executeResponse" name="executeResponse"/>
122
+
123
+ </wsdl:operation>
124
+
125
+ <wsdl:operation name="ping">
126
+
127
+ <wsdl:input message="impl:pingRequest" name="pingRequest"/>
128
+
129
+ <wsdl:output message="impl:pingResponse" name="pingResponse"/>
130
+
131
+ </wsdl:operation>
132
+
133
+ </wsdl:portType>
134
+
135
+ <wsdl:binding name="KreuzwortraetselSoapBinding" type="impl:Kreuzwortraetsel">
136
+
137
+ <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
138
+
139
+ <wsdl:operation name="execute">
140
+
141
+ <wsdlsoap:operation soapAction=""/>
142
+
143
+ <wsdl:input name="executeRequest">
144
+
145
+ <wsdlsoap:body use="literal"/>
146
+
147
+ </wsdl:input>
148
+
149
+ <wsdl:output name="executeResponse">
150
+
151
+ <wsdlsoap:body use="literal"/>
152
+
153
+ </wsdl:output>
154
+
155
+ </wsdl:operation>
156
+
157
+ <wsdl:operation name="ping">
158
+
159
+ <wsdlsoap:operation soapAction=""/>
160
+
161
+ <wsdl:input name="pingRequest">
162
+
163
+ <wsdlsoap:body use="literal"/>
164
+
165
+ </wsdl:input>
166
+
167
+ <wsdl:output name="pingResponse">
168
+
169
+ <wsdlsoap:body use="literal"/>
170
+
171
+ </wsdl:output>
172
+
173
+ </wsdl:operation>
174
+
175
+ </wsdl:binding>
176
+
177
+ <wsdl:service name="KreuzwortraetselService">
178
+
179
+ <wsdl:port binding="impl:KreuzwortraetselSoapBinding" name="Kreuzwortraetsel">
180
+
181
+ <wsdlsoap:address location="http://wortschatz.uni-leipzig.de:8100/axis/services/Kreuzwortraetsel"/>
182
+
183
+ </wsdl:port>
184
+
185
+ </wsdl:service>
186
+
187
+ </wsdl:definitions>
188
+
189
+ http_version:
190
+ recorded_at: Tue, 29 Jul 2014 10:25:30 GMT
191
+ - request:
192
+ method: post
193
+ uri: http://anonymous:anonymous@wortschatz.uni-leipzig.de:8100/axis/services/Kreuzwortraetsel
194
+ body:
195
+ string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:dat="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ins0="http://datatypes.webservice.wortschatz.uni_leipzig.de" xmlns:urn="http://wortschatz.uni-leipzig.de/axis/services/Kreuzwortraetsel" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:impl="urn:Kreuzwortraetsel"><env:Body><impl:execute><urn:objRequestParameters><urn:corpus>de</urn:corpus><urn:parameters><urn:dataVectors><dat:dataRow>Wort</dat:dataRow><dat:dataRow>%uto</dat:dataRow></urn:dataVectors><urn:dataVectors><dat:dataRow>Wortlaenge</dat:dataRow><dat:dataRow>4</dat:dataRow></urn:dataVectors><urn:dataVectors><dat:dataRow>Limit</dat:dataRow><dat:dataRow>200</dat:dataRow></urn:dataVectors></urn:parameters></urn:objRequestParameters></impl:execute></env:Body></env:Envelope>
196
+ headers:
197
+ Soapaction:
198
+ - "\"execute\""
199
+ Content-Length:
200
+ - "920"
201
+ Content-Type:
202
+ - text/xml;charset=UTF-8
203
+ Accept:
204
+ - "*/*"
205
+ response:
206
+ status:
207
+ code: 500
208
+ message: Internal Server Error
209
+ headers:
210
+ Server:
211
+ - Apache-Coyote/1.1
212
+ Transfer-Encoding:
213
+ - chunked
214
+ Date:
215
+ - Tue, 29 Jul 2014 10:26:01 GMT
216
+ Connection:
217
+ - close
218
+ Content-Type:
219
+ - text/xml;charset=utf-8
220
+ body:
221
+ string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.userException</faultcode><faultstring>java.lang.Exception: Communication link failure, message from server: &quot;Server shutdown in progress&quot;</faultstring><detail><ns1:hostname xmlns:ns1=\"http://xml.apache.org/axis/\">pcai055.informatik.uni-leipzig.de</ns1:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>"
222
+ http_version:
223
+ recorded_at: Tue, 29 Jul 2014 10:26:02 GMT