-
Notifications
You must be signed in to change notification settings - Fork 0
/
GateServices.wsdl
197 lines (112 loc) · 5.99 KB
/
GateServices.wsdl
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://localhost:8080/GateServices/services/Tokenizer" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8080/GateServices/services/Tokenizer" xmlns:intf="http://localhost:8080/GateServices/services/Tokenizer" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="uri:org.lappsgrid.api/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)-->
<wsdl:types>
<schema targetNamespace="uri:org.lappsgrid.api/" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://localhost:8080/GateServices/services/Tokenizer"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="Data">
<sequence>
<element name="discriminator" type="xsd:long"/>
<element name="payload" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</schema>
<schema targetNamespace="http://localhost:8080/GateServices/services/Tokenizer" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="uri:org.lappsgrid.api/"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="ArrayOf_xsd_long">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:long[]"/>
</restriction>
</complexContent>
</complexType>
</schema>
</wsdl:types>
<wsdl:message name="executeResponse">
<wsdl:part name="executeReturn" type="tns1:Data"/>
</wsdl:message>
<wsdl:message name="executeRequest">
<wsdl:part name="input" type="tns1:Data"/>
</wsdl:message>
<wsdl:message name="requiresRequest">
</wsdl:message>
<wsdl:message name="configureRequest">
<wsdl:part name="config" type="tns1:Data"/>
</wsdl:message>
<wsdl:message name="producesRequest">
</wsdl:message>
<wsdl:message name="configureResponse">
<wsdl:part name="configureReturn" type="tns1:Data"/>
</wsdl:message>
<wsdl:message name="producesResponse">
<wsdl:part name="producesReturn" type="impl:ArrayOf_xsd_long"/>
</wsdl:message>
<wsdl:message name="requiresResponse">
<wsdl:part name="requiresReturn" type="impl:ArrayOf_xsd_long"/>
</wsdl:message>
<wsdl:portType name="Tokenizer">
<wsdl:operation name="execute" parameterOrder="input">
<wsdl:input message="impl:executeRequest" name="executeRequest"/>
<wsdl:output message="impl:executeResponse" name="executeResponse"/>
</wsdl:operation>
<wsdl:operation name="configure" parameterOrder="config">
<wsdl:input message="impl:configureRequest" name="configureRequest"/>
<wsdl:output message="impl:configureResponse" name="configureResponse"/>
</wsdl:operation>
<wsdl:operation name="requires">
<wsdl:input message="impl:requiresRequest" name="requiresRequest"/>
<wsdl:output message="impl:requiresResponse" name="requiresResponse"/>
</wsdl:operation>
<wsdl:operation name="produces">
<wsdl:input message="impl:producesRequest" name="producesRequest"/>
<wsdl:output message="impl:producesResponse" name="producesResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="TokenizerSoapBinding" type="impl:Tokenizer">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="execute">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="executeRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://proxy.sun.com" use="encoded"/>
</wsdl:input>
<wsdl:output name="executeResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/GateServices/services/Tokenizer" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="configure">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="configureRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://proxy.sun.com" use="encoded"/>
</wsdl:input>
<wsdl:output name="configureResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/GateServices/services/Tokenizer" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="requires">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="requiresRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://proxy.sun.com" use="encoded"/>
</wsdl:input>
<wsdl:output name="requiresResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/GateServices/services/Tokenizer" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="produces">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="producesRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://proxy.sun.com" use="encoded"/>
</wsdl:input>
<wsdl:output name="producesResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/GateServices/services/Tokenizer" use="encoded"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="TokenizerService">
<wsdl:port binding="impl:TokenizerSoapBinding" name="Tokenizer">
<wsdlsoap:address location="http://localhost:8080/GateServices/services/Tokenizer"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>