15-12-2022
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
<wsdl:message name="IEDMIService_GetJobStatus_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:GetJobStatusResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="IEDMIService_RunJob_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:RunJob" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="IEDMIService_RunJob_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:RunJobResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="IEDMIService_UpdateJob_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:UpdateJob" />
|
||||
</wsdl:message>
|
||||
@@ -47,6 +53,10 @@
|
||||
<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="RunJob">
|
||||
<wsdl:input wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/RunJob" message="tns:IEDMIService_RunJob_InputMessage" />
|
||||
<wsdl:output wsaw:Action="http://DigitalData.Services.EDMIService/IEDMIService/RunJobResponse" message="tns:IEDMIService_RunJob_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" />
|
||||
|
||||
Reference in New Issue
Block a user