a/resources/wsdls/dependencyreasoner.wsdl b/resources/wsdls/dependencyreasoner.wsdl
1
<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://reasoner.timbusproject.net/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://reasoner.timbusproject.net/" name="ServerService">
1
<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://wsdl.reasoner.timbusproject.net/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://wsdl.reasoner.timbusproject.net/" name="ServerService">
2
<types>
2
<types>
3
<xsd:schema>
3
<xsd:schema>
4
<xsd:import namespace="http://reasoner.timbusproject.net/" schemaLocation="http://testbed.timbusproject.net:9999/reasoner/wsdl?xsd=1"></xsd:import>
4
<xsd:import namespace="http://wsdl.reasoner.timbusproject.net/" schemaLocation="http://testbed.timbusproject.net:9999/reasoner/wsdl?xsd=1"></xsd:import>
5
</xsd:schema>
5
</xsd:schema>
6
</types>
6
</types>
7
<message name="get">
8
<part name="parameters" element="tns:get"></part>
9
</message>
10
<message name="getResponse">
11
<part name="parameters" element="tns:getResponse"></part>
12
</message>
7
<message name="reason">
13
<message name="reason">
8
<part name="parameters" element="tns:reason"></part>
14
<part name="parameters" element="tns:reason"></part>
9
</message>
15
</message>
10
<message name="reasonResponse">
16
<message name="reasonResponse">
11
<part name="parameters" element="tns:reasonResponse"></part>
17
<part name="parameters" element="tns:reasonResponse"></part>
12
</message>
18
</message>
13
<message name="updateStatus">
14
<part name="parameters" element="tns:updateStatus"></part>
15
</message>
16
<message name="updateStatusResponse">
17
<part name="parameters" element="tns:updateStatusResponse"></part>
18
</message>
19
<message name="requestStatus">
20
<part name="parameters" element="tns:requestStatus"></part>
21
</message>
22
<message name="requestStatusResponse">
23
<part name="parameters" element="tns:requestStatusResponse"></part>
24
</message>
25
<message name="updateDetail">
26
<part name="parameters" element="tns:updateDetail"></part>
27
</message>
28
<message name="updateDetailResponse">
29
<part name="parameters" element="tns:updateDetailResponse"></part>
30
</message>
31
<message name="requestDetail">
32
<part name="parameters" element="tns:requestDetail"></part>
33
</message>
34
<message name="requestDetailResponse">
35
<part name="parameters" element="tns:requestDetailResponse"></part>
36
</message>
37
<portType name="Server">
19
<portType name="Server">
20
<operation name="get">
21
<input wsam:Action="http://wsdl.reasoner.timbusproject.net/Server/getRequest" message="tns:get"></input>
22
<output wsam:Action="http://wsdl.reasoner.timbusproject.net/Server/getResponse" message="tns:getResponse"></output>
23
</operation>
38
<operation name="reason">
24
<operation name="reason">
39
<input wsam:Action="http://reasoner.timbusproject.net/Server/reasonRequest" message="tns:reason"></input>
25
<input wsam:Action="http://wsdl.reasoner.timbusproject.net/Server/reasonRequest" message="tns:reason"></input>
40
<output wsam:Action="http://reasoner.timbusproject.net/Server/reasonResponse" message="tns:reasonResponse"></output>
26
<output wsam:Action="http://wsdl.reasoner.timbusproject.net/Server/reasonResponse" message="tns:reasonResponse"></output>
41
</operation>
42
<operation name="updateStatus">
43
<input wsam:Action="http://reasoner.timbusproject.net/Server/updateStatusRequest" message="tns:updateStatus"></input>
44
<output wsam:Action="http://reasoner.timbusproject.net/Server/updateStatusResponse" message="tns:updateStatusResponse"></output>
45
</operation>
46
<operation name="requestStatus">
47
<input wsam:Action="http://reasoner.timbusproject.net/Server/requestStatusRequest" message="tns:requestStatus"></input>
48
<output wsam:Action="http://reasoner.timbusproject.net/Server/requestStatusResponse" message="tns:requestStatusResponse"></output>
49
</operation>
50
<operation name="updateDetail">
51
<input wsam:Action="http://reasoner.timbusproject.net/Server/updateDetailRequest" message="tns:updateDetail"></input>
52
<output wsam:Action="http://reasoner.timbusproject.net/Server/updateDetailResponse" message="tns:updateDetailResponse"></output>
53
</operation>
54
<operation name="requestDetail">
55
<input wsam:Action="http://reasoner.timbusproject.net/Server/requestDetailRequest" message="tns:requestDetail"></input>
56
<output wsam:Action="http://reasoner.timbusproject.net/Server/requestDetailResponse" message="tns:requestDetailResponse"></output>
57
</operation>
27
</operation>
58
</portType>
28
</portType>
59
<binding name="ServerPortBinding" type="tns:Server">
29
<binding name="ServerPortBinding" type="tns:Server">
60
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding>
30
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding>
61
<operation name="reason">
31
<operation name="get">
62
<soap:operation soapAction=""></soap:operation>
32
<soap:operation soapAction=""></soap:operation>
63
<input>
33
<input>
64
<soap:body use="literal"></soap:body>
34
<soap:body use="literal"></soap:body>
65
</input>
35
</input>
66
<output>
36
<output>
67
<soap:body use="literal"></soap:body>
37
<soap:body use="literal"></soap:body>
68
</output>
38
</output>
69
</operation>
39
</operation>
70
<operation name="updateStatus">
71
<soap:operation soapAction=""></soap:operation>
72
<input>
73
<soap:body use="literal"></soap:body>
74
</input>
75
<output>
76
<soap:body use="literal"></soap:body>
77
</output>
78
</operation>
79
<operation name="requestStatus">
40
<operation name="reason">
80
<soap:operation soapAction=""></soap:operation>
81
<input>
82
<soap:body use="literal"></soap:body>
83
</input>
84
<output>
85
<soap:body use="literal"></soap:body>
86
</output>
87
</operation>
88
<operation name="updateDetail">
89
<soap:operation soapAction=""></soap:operation>
90
<input>
91
<soap:body use="literal"></soap:body>
92
</input>
93
<output>
94
<soap:body use="literal"></soap:body>
95
</output>
96
</operation>
97
<operation name="requestDetail">
98
<soap:operation soapAction=""></soap:operation>
41
<soap:operation soapAction=""></soap:operation>
99
<input>
42
<input>
100
<soap:body use="literal"></soap:body>
43
<soap:body use="literal"></soap:body>
101
</input>
44
</input>
102
<output>
45
<output>