Jonathan Jenne 248be23804 06-12-2022
2022-12-06 14:08:20 +01:00

53 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://DigitalData.Services.EDMIService" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" targetNamespace="http://DigitalData.Services.EDMIService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<xsd:schema targetNamespace="http://DigitalData.Services.EDMIService/Imports">
<xsd:import namespace="http://DigitalData.Services.EDMIService" />
<xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xsd:import namespace="http://schemas.datacontract.org/2004/07/ECM.JobRunner.Windows" />
<xsd:import namespace="http://schemas.datacontract.org/2004/07/ECM.JobRunner.Common" />
</xsd:schema>
</wsdl:types>
<wsdl:message name="IEDMIService_GetHeartbeat_InputMessage">
<wsdl:part name="parameters" element="tns:GetHeartbeat" />
</wsdl:message>
<wsdl:message name="IEDMIService_GetHeartbeat_OutputMessage">
<wsdl:part name="parameters" element="tns:GetHeartbeatResponse" />
</wsdl:message>
<wsdl:message name="IEDMIService_GetJobStatus_InputMessage">
<wsdl:part name="parameters" element="tns:GetJobStatus" />
</wsdl:message>
<wsdl:message name="IEDMIService_GetJobStatus_OutputMessage">
<wsdl:part name="parameters" element="tns:GetJobStatusResponse" />
</wsdl:message>
<wsdl:message name="IEDMIService_UpdateJob_InputMessage">
<wsdl:part name="parameters" element="tns:UpdateJob" />
</wsdl:message>
<wsdl:message name="IEDMIService_UpdateJob_OutputMessage">
<wsdl:part name="parameters" element="tns:UpdateJobResponse" />
</wsdl:message>
<wsdl:message name="IEDMIService_GetJobConfig_InputMessage">
<wsdl:part name="parameters" element="tns:GetJobConfig" />
</wsdl:message>
<wsdl:message name="IEDMIService_GetJobConfig_OutputMessage">
<wsdl:part name="parameters" element="tns:GetJobConfigResponse" />
</wsdl:message>
<wsdl:portType name="IEDMIService">
<wsdl:operation name="GetHeartbeat">
<wsdl:input wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/GetHeartbeat" message="tns:IEDMIService_GetHeartbeat_InputMessage" />
<wsdl:output wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/GetHeartbeatResponse" message="tns:IEDMIService_GetHeartbeat_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetJobStatus">
<wsdl:input wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/GetJobStatus" message="tns:IEDMIService_GetJobStatus_InputMessage" />
<wsdl:output wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/GetJobStatusResponse" message="tns:IEDMIService_GetJobStatus_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="UpdateJob">
<wsdl:input wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/UpdateJob" message="tns:IEDMIService_UpdateJob_InputMessage" />
<wsdl:output wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/UpdateJobResponse" message="tns:IEDMIService_UpdateJob_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetJobConfig">
<wsdl:input wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/GetJobConfig" message="tns:IEDMIService_GetJobConfig_InputMessage" />
<wsdl:output wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/GetJobConfigResponse" message="tns:IEDMIService_GetJobConfig_OutputMessage" />
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>