diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-01-18 20:31:22 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-01-18 20:31:22 +0100 |
commit | 6f0592cb2b753fb47297464a3fa1a312620da3ba (patch) | |
tree | 00a7cfac379331fd79aea4892f04435172e5761d /Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf | |
parent | 906405bab5c8b1a445e5d0408d38dddb1f504747 (diff) |
Add WSDL exercise
Diffstat (limited to 'Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf')
3 files changed, 57 insertions, 0 deletions
diff --git a/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/MANIFEST.MF b/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/MANIFEST.MF new file mode 100644 index 0000000..59499bc --- /dev/null +++ b/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/MANIFEST.MF @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 + diff --git a/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources/web-service-references/WsServ/wsdl/localhost_8080/NetSixServer/WsServ.wsdl b/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources/web-service-references/WsServ/wsdl/localhost_8080/NetSixServer/WsServ.wsdl new file mode 100644 index 0000000..eeb19c6 --- /dev/null +++ b/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources/web-service-references/WsServ/wsdl/localhost_8080/NetSixServer/WsServ.wsdl @@ -0,0 +1,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>
\ No newline at end of file diff --git a/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources/web-service-references/WsServ/wsdl/localhost_8080/NetSixServer/WsServ.xsd_1.xsd b/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources/web-service-references/WsServ/wsdl/localhost_8080/NetSixServer/WsServ.xsd_1.xsd new file mode 100644 index 0000000..ea0cc30 --- /dev/null +++ b/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources/web-service-references/WsServ/wsdl/localhost_8080/NetSixServer/WsServ.xsd_1.xsd @@ -0,0 +1,19 @@ +<?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. --><xs:schema xmlns:tns="http://wsserv.dcariotti.me/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://wsserv.dcariotti.me/"> + +<xs:element name="richiedi" type="tns:richiedi"/> + +<xs:element name="richiediResponse" type="tns:richiediResponse"/> + +<xs:complexType name="richiedi"> +<xs:sequence> +<xs:element name="name" type="xs:string" minOccurs="0"/> +<xs:element name="episode" type="xs:int"/> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="richiediResponse"> +<xs:sequence> +<xs:element name="return" type="xs:boolean"/> +</xs:sequence> +</xs:complexType> +</xs:schema>
\ No newline at end of file |