summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources/web-service-references/WsServ/wsdl/localhost_8080/NetSixServer/WsServ.wsdl
blob: eeb19c691937b30545a8192698925bf346c83318 (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
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><!-- Generated by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><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://wsserv.dcariotti.me/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://wsserv.dcariotti.me/" name="WsServ">
<types>
<xsd:schema>
<xsd:import namespace="http://wsserv.dcariotti.me/" schemaLocation="http://localhost:8080/NetSixServer/WsServ?xsd=1"/>
</xsd:schema>
</types>
<message name="richiedi">
<part name="parameters" element="tns:richiedi"/>
</message>
<message name="richiediResponse">
<part name="parameters" element="tns:richiediResponse"/>
</message>
<portType name="WsServ">
<operation name="richiedi">
<input wsam:Action="http://wsserv.dcariotti.me/WsServ/richiediRequest" message="tns:richiedi"/>
<output wsam:Action="http://wsserv.dcariotti.me/WsServ/richiediResponse" message="tns:richiediResponse"/>
</operation>
</portType>
<binding name="WsServPortBinding" type="tns:WsServ">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="richiedi">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="WsServ">
<port name="WsServPort" binding="tns:WsServPortBinding">
<soap:address location="http://localhost:8080/NetSixServer/WsServ"/>
</port>
</service>
</definitions>