diff options
Diffstat (limited to 'Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources')
2 files changed, 0 insertions, 55 deletions
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 deleted file mode 100644 index eeb19c6..0000000 --- a/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources/web-service-references/WsServ/wsdl/localhost_8080/NetSixServer/WsServ.wsdl +++ /dev/null @@ -1,36 +0,0 @@ -<?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 deleted file mode 100644 index ea0cc30..0000000 --- a/Year_3/TSDWL/WSDL/NetSix/NetSixServerClient/src/conf/xml-resources/web-service-references/WsServ/wsdl/localhost_8080/NetSixServer/WsServ.xsd_1.xsd +++ /dev/null @@ -1,19 +0,0 @@ -<?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 |