blob: 694a01e87e182c759e9a3a13ab18b535f5f893ec (
plain)
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
|
<?xml version='1.0' encoding='UTF-8'?>
<!--generated by GLUE Standard 4.0.1 on Wed Mar 09 10:20:07 GMT-08:00
2005-->
<wsdl:definitions name='Calculator'
targetNamespace='http://www.themindelectric.com/wsdl/Calculator/'
xmlns:tns='http://www.themindelectric.com/wsdl/Calculator/'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:http='http://schemas.xmlsoap.org/wsdl/http/'
xmlns:mime='http://schemas.xmlsoap.org/wsdl/mime/'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
xmlns:tme='http://www.themindelectric.com/'>
<wsdl:message name='add0In'>
<wsdl:part name='x' type='xsd:float'/>
<wsdl:part name='y' type='xsd:float'/>
</wsdl:message>
<wsdl:message name='add0Out'>
<wsdl:part name='Result' type='xsd:float'/>
</wsdl:message>
<wsdl:message name='divide1In'>
<wsdl:part name='numerator' type='xsd:float'/>
<wsdl:part name='denominator' type='xsd:float'/>
</wsdl:message>
<wsdl:message name='divide1Out'>
<wsdl:part name='Result' type='xsd:float'/>
</wsdl:message>
<wsdl:message name='multiply2In'>
<wsdl:part name='x' type='xsd:float'/>
<wsdl:part name='y' type='xsd:float'/>
</wsdl:message>
<wsdl:message name='multiply2Out'>
<wsdl:part name='Result' type='xsd:float'/>
</wsdl:message>
<wsdl:message name='subtract3In'>
<wsdl:part name='x' type='xsd:float'/>
<wsdl:part name='y' type='xsd:float'/>
</wsdl:message>
<wsdl:message name='subtract3Out'>
<wsdl:part name='Result' type='xsd:float'/>
</wsdl:message>
<wsdl:portType name='ICalculator'>
<wsdl:operation name='add' parameterOrder='x y'>
<wsdl:input name='add0In' message='tns:add0In'/>
<wsdl:output name='add0Out' message='tns:add0Out'/>
</wsdl:operation>
<wsdl:operation name='divide' parameterOrder='numerator
denominator'>
<wsdl:input name='divide1In' message='tns:divide1In'/>
<wsdl:output name='divide1Out' message='tns:divide1Out'/>
</wsdl:operation>
<wsdl:operation name='multiply' parameterOrder='x y'>
<wsdl:input name='multiply2In' message='tns:multiply2In'/>
<wsdl:output name='multiply2Out'
message='tns:multiply2Out'/>
</wsdl:operation>
<wsdl:operation name='subtract' parameterOrder='x y'>
<wsdl:input name='subtract3In' message='tns:subtract3In'/>
<wsdl:output name='subtract3Out'
message='tns:subtract3Out'/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name='ICalculator' type='tns:ICalculator'>
<soap:binding style='rpc'
transport='http://schemas.xmlsoap.org/soap/http'/>
<wsdl:operation name='add'>
<soap:operation soapAction='add' style='rpc'/>
<wsdl:input name='add0In'>
<soap:body use='encoded'
namespace='http://www.fred.com'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</wsdl:input>
<wsdl:output name='add0Out'>
<soap:body use='encoded'
namespace='http://www.fred.com'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name='divide'>
<soap:operation soapAction='divide' style='rpc'/>
<wsdl:input name='divide1In'>
<soap:body use='encoded'
namespace='http://www.fred.com'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</wsdl:input>
<wsdl:output name='divide1Out'>
<soap:body use='encoded'
namespace='http://www.fred.com'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name='multiply'>
<soap:operation soapAction='multiply' style='rpc'/>
<wsdl:input name='multiply2In'>
<soap:body use='encoded'
namespace='http://www.fred.com'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</wsdl:input>
<wsdl:output name='multiply2Out'>
<soap:body use='encoded'
namespace='http://www.fred.com'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name='subtract'>
<soap:operation soapAction='subtract' style='rpc'/>
<wsdl:input name='subtract3In'>
<soap:body use='encoded'
namespace='http://www.fred.com'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</wsdl:input>
<wsdl:output name='subtract3Out'>
<soap:body use='encoded'
namespace='http://www.fred.com'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name='Calculator'>
<wsdl:documentation>calculator service</wsdl:documentation>
<wsdl:port name='ICalculator' binding='tns:ICalculator'>
<soap:address
location='http://ukulele:8080/calcapp/services/calculator'/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
|