Child: [5c1ee4] (diff)

Download this file

dependencyreasoner.wsdl    55 lines (55 with data), 2.7 kB

 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
<?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">
<types>
<xsd:schema>
<xsd:import namespace="http://wsdl.reasoner.timbusproject.net/" schemaLocation="http://testbed.timbusproject.net:9999/reasoner/wsdl?xsd=1"></xsd:import>
</xsd:schema>
</types>
<message name="get">
<part name="parameters" element="tns:get"></part>
</message>
<message name="getResponse">
<part name="parameters" element="tns:getResponse"></part>
</message>
<message name="reason">
<part name="parameters" element="tns:reason"></part>
</message>
<message name="reasonResponse">
<part name="parameters" element="tns:reasonResponse"></part>
</message>
<portType name="Server">
<operation name="get">
<input wsam:Action="http://wsdl.reasoner.timbusproject.net/Server/getRequest" message="tns:get"></input>
<output wsam:Action="http://wsdl.reasoner.timbusproject.net/Server/getResponse" message="tns:getResponse"></output>
</operation>
<operation name="reason">
<input wsam:Action="http://wsdl.reasoner.timbusproject.net/Server/reasonRequest" message="tns:reason"></input>
<output wsam:Action="http://wsdl.reasoner.timbusproject.net/Server/reasonResponse" message="tns:reasonResponse"></output>
</operation>
</portType>
<binding name="ServerPortBinding" type="tns:Server">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding>
<operation name="get">
<soap:operation soapAction=""></soap:operation>
<input>
<soap:body use="literal"></soap:body>
</input>
<output>
<soap:body use="literal"></soap:body>
</output>
</operation>
<operation name="reason">
<soap:operation soapAction=""></soap:operation>
<input>
<soap:body use="literal"></soap:body>
</input>
<output>
<soap:body use="literal"></soap:body>
</output>
</operation>
</binding>
<service name="ServerService">
<port name="ServerPort" binding="tns:ServerPortBinding">
<soap:address location="http://testbed.timbusproject.net:9999/reasoner/wsdl"></soap:address>
</port>
</service>
</definitions>