4e1228fd79
Update modalità sync DB con testing e riallineamento produzione c2p.steamware.net
236 lines
8.9 KiB
XML
236 lines
8.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
|
|
<s:element name="Clients">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="prefixText" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ClientsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ClientsResult" type="tns:ArrayOfString" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfString">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="Items">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="prefixText" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ItemsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ItemsResult" type="tns:ArrayOfString" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RawMat">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="prefixText" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RawMatResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="RawMatResult" type="tns:ArrayOfString" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="Vocabolario">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="VocabolarioResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="VocabolarioResult" type="tns:ArrayOfString" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="updateLemma">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="lingua" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="lemma" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="traduzione" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="updateLemmaResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="updateLemmaResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
</s:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="ClientsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:Clients" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ClientsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ClientsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ItemsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:Items" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ItemsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ItemsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RawMatSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RawMat" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RawMatSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RawMatResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="VocabolarioSoapIn">
|
|
<wsdl:part name="parameters" element="tns:Vocabolario" />
|
|
</wsdl:message>
|
|
<wsdl:message name="VocabolarioSoapOut">
|
|
<wsdl:part name="parameters" element="tns:VocabolarioResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="updateLemmaSoapIn">
|
|
<wsdl:part name="parameters" element="tns:updateLemma" />
|
|
</wsdl:message>
|
|
<wsdl:message name="updateLemmaSoapOut">
|
|
<wsdl:part name="parameters" element="tns:updateLemmaResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="WS_dataSoap">
|
|
<wsdl:operation name="Clients">
|
|
<wsdl:input message="tns:ClientsSoapIn" />
|
|
<wsdl:output message="tns:ClientsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Items">
|
|
<wsdl:input message="tns:ItemsSoapIn" />
|
|
<wsdl:output message="tns:ItemsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RawMat">
|
|
<wsdl:input message="tns:RawMatSoapIn" />
|
|
<wsdl:output message="tns:RawMatSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Vocabolario">
|
|
<wsdl:input message="tns:VocabolarioSoapIn" />
|
|
<wsdl:output message="tns:VocabolarioSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="updateLemma">
|
|
<wsdl:input message="tns:updateLemmaSoapIn" />
|
|
<wsdl:output message="tns:updateLemmaSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="WS_dataSoap" type="tns:WS_dataSoap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="Clients">
|
|
<soap:operation soapAction="http://tempuri.org/Clients" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Items">
|
|
<soap:operation soapAction="http://tempuri.org/Items" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RawMat">
|
|
<soap:operation soapAction="http://tempuri.org/RawMat" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Vocabolario">
|
|
<soap:operation soapAction="http://tempuri.org/Vocabolario" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="updateLemma">
|
|
<soap:operation soapAction="http://tempuri.org/updateLemma" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="WS_dataSoap12" type="tns:WS_dataSoap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="Clients">
|
|
<soap12:operation soapAction="http://tempuri.org/Clients" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Items">
|
|
<soap12:operation soapAction="http://tempuri.org/Items" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RawMat">
|
|
<soap12:operation soapAction="http://tempuri.org/RawMat" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Vocabolario">
|
|
<soap12:operation soapAction="http://tempuri.org/Vocabolario" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="updateLemma">
|
|
<soap12:operation soapAction="http://tempuri.org/updateLemma" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="WS_data">
|
|
<wsdl:port name="WS_dataSoap" binding="tns:WS_dataSoap">
|
|
<soap:address location="http://10.74.82.218/C2P/Services/WS_data.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="WS_dataSoap12" binding="tns:WS_dataSoap12">
|
|
<soap12:address location="http://10.74.82.218/C2P/Services/WS_data.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |