53 lines
2.5 KiB
XML
53 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions targetNamespace="http://dbcfx/SOA/CRMWirelineVOIPMgmt"
|
|
xmlns:nsSchema="http://dbcfx/SOA/CRMWirelineVOIPMgmt/2023-03-23"
|
|
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader"
|
|
xmlns:tns="http://dbcfx/SOA/CRMWirelineVOIPMgmt"
|
|
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://dbcfx/SOA/CRMWirelineVOIPMgmt">
|
|
<xsd:import namespace="http://dbcfx/SOA/CRMWirelineVOIPMgmt/2023-03-23" schemaLocation="VOIP35_CRM_TO_DBCFX.xsd"/>
|
|
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
|
|
<wsdl:message name = "NotificaVOIPFromCRM">
|
|
<wsdl:part element = "head:Header" name = "Header"/>
|
|
<wsdl:part element = "nsSchema:NotificaVOIPFromCRM" name = "body"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="AckToCRM">
|
|
<wsdl:part element="head:Header" name="Header" />
|
|
<wsdl:part element="nsSchema:AckToCRM" name="body" />
|
|
</wsdl:message>
|
|
|
|
<wsdl:portType name = "CRMWirelineVOIPMgmtPortType">
|
|
<wsdl:operation name = "richiestaAttivazioneVOIP">
|
|
<wsdl:input message = "tns:NotificaVOIPFromCRM"/>
|
|
<wsdl:output message="tns:AckToCRM" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
|
|
<wsdl:binding name = "CRMWirelineVOIPMgmtBinding" type = "tns:CRMWirelineVOIPMgmtPortType">
|
|
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name = "richiestaAttivazioneVOIP">
|
|
<soap:operation soapAction = "richiestaAttivazioneVOIP" style = "document"/>
|
|
<wsdl:input>
|
|
<soap:body parts = "body" use = "literal"/>
|
|
<soap:header message = "tns:NotificaVOIPFromCRM" part = "Header" use = "literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body parts="body" use="literal" />
|
|
<soap:header message="tns:AckToCRM" part="Header" use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
|
|
<wsdl:service name = "CRMWirelineVOIPMgmt-1.0">
|
|
<wsdl:port binding = "tns:CRMWirelineVOIPMgmtBinding" name = "CRMWirelineVOIPMgmt">
|
|
<soap:address location = "https://localhost:7502/wscrmb/CRMWirelineVOIPMgmt"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|