38 lines
1.8 KiB
XML
38 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by VTSvil (ValueTeam) -->
|
|
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://wscrma.verificaCS" targetNamespace="http://wscrma.verificaCS">
|
|
<wsdl:import location="VerificaCSTypes.xsd"/>
|
|
<wsdl:types>
|
|
<xs:schema targetNamespace="http://wscrma.verificaCS" elementFormDefault="qualified"/>
|
|
</wsdl:types>
|
|
<wsdl:message name="VerificaCSRequest">
|
|
<wsdl:part name="parameter" element="VerificaCS"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="VerificaCSResponse">
|
|
<wsdl:part name="parameter" element="EsitoVerificaCS"/>
|
|
</wsdl:message>
|
|
<wsdl:portType name="PortType">
|
|
<wsdl:operation name="VerificaCodiceSegreto">
|
|
<wsdl:input message="tns:VerificaCSRequest"/>
|
|
<wsdl:output message="tns:VerificaCSResponse"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="VerificaCSHttpsBinding" type="tns:PortType">
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="VerificaCodiceSegreto">
|
|
<soap:operation soapAction="urn:#VerificaCodiceSegreto"/>
|
|
<wsdl:input>
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="WS_CRMA_VerificaCS">
|
|
<wsdl:port name="VerificaCSHttpsPort" binding="tns:VerificaCSHttpsBinding">
|
|
<soap:address location="https://host:9999/Context/WS_CRMA_VerificaCS"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|