46 lines
2.0 KiB
XML
46 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions targetNamespace="http://dbcfx/SOA/EsitoFrodiMgmt"
|
|
xmlns:nsSchema="http://dbcfx/SOA/EsitoFrodiMgmt/2016-02-29"
|
|
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader"
|
|
xmlns:tns="http://dbcfx/SOA/EsitoFrodiMgmt"
|
|
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://dbcfx/SOA/EsitoFrodiMgmt">
|
|
<xsd:import namespace="http://dbcfx/SOA/EsitoFrodiMgmt/2016-02-29" schemaLocation="EsitoFrodiMgmt.xsd"/>
|
|
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
|
|
<wsdl:message name = "esitoFrodiRequest">
|
|
<wsdl:part element = "head:Header" name = "Header"/>
|
|
<wsdl:part element = "nsSchema:esitoFrodiRequest" name = "body"/>
|
|
</wsdl:message>
|
|
|
|
<wsdl:portType name = "EsitoFrodiMgmtPortType">
|
|
<wsdl:operation name = "esitoFrodi">
|
|
<wsdl:input message = "tns:esitoFrodiRequest"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
|
|
<wsdl:binding name = "EsitoFrodiMgmtBinding" type = "tns:EsitoFrodiMgmtPortType">
|
|
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
|
|
|
|
<wsdl:operation name = "esitoFrodi">
|
|
<soap:operation soapAction = "esitoFrodi" style = "document"/>
|
|
<wsdl:input>
|
|
<soap:body parts = "body" use = "literal"/>
|
|
<soap:header message = "tns:esitoFrodiRequest" part = "Header" use = "literal"/>
|
|
</wsdl:input>
|
|
</wsdl:operation>
|
|
|
|
</wsdl:binding>
|
|
|
|
<wsdl:service name = "EsitoFrodiMgmt-1.0">
|
|
<wsdl:port binding = "tns:EsitoFrodiMgmtBinding" name = "EsitoFrodiMgmt">
|
|
<soap:address location = "https://localhost:7502/wsdbss/EsitoFrodiMgmt"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|