File: calc.wsdl

package info (click to toggle)
jruby 1.7.26-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 84,572 kB
  • sloc: ruby: 669,910; java: 253,056; xml: 35,152; ansic: 9,187; yacc: 7,267; cpp: 5,244; sh: 1,036; makefile: 345; jsp: 48; tcl: 40
file content (126 lines) | stat: -rw-r--r-- 5,305 bytes parent folder | download | duplicates (19)
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>