The WSDL description of the Document Production Manager (DPM) Web Service can be accessed at the following location: http://{host-name}/EOSWS/Ecrion.EOS.WebService.DPMWebService.svc?wsdl
NOTE: In order to have the correct bindings for the external usage of Ecrion Omni System web services, you will need to add the host name in IIS for the Ecrion Omni System web site. See Post Installation Steps
The WSDL description of the Document Production Manager Web Service is listed below.
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="DPMWebService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" 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://tempuri.org/" 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">
<wsdl:types>
<xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://www.ecrion.com/Ecrion.EOS/2.0/"/>
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
<xs:import namespace="http://schemas.datacontract.org/2004/07/Ecrion.EOS.WebService"/>
<xs:element name="RunJob">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="LogIn" nillable="true" type="q1:LogIn" xmlns:q1="http://www.ecrion.com/Ecrion.EOS/2.0/"/>
<xs:element minOccurs="0" name="ProjectName" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="Parameters" nillable="true" type="q2:ArrayOfKeyValueOfstringstring"
xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RunJobResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="RunJobResult" nillable="true" type="q3:JobInfo" xmlns:q3="http://schemas.datacontract.org/2004/07/Ecrion.EOS.WebService"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetJobStatus">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="LogIn" nillable="true" type="q4:LogIn" xmlns:q4="http://www.ecrion.com/Ecrion.EOS/2.0/"/>
<xs:element minOccurs="0" name="JobId" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetJobStatusResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetJobStatusResult" type="q5:JobStatus" xmlns:q5="http://schemas.datacontract.org/2004/07/Ecrion.EOS.WebService"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetJobEvents">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="LogIn" nillable="true" type="q6:LogIn" xmlns:q6="http://www.ecrion.com/Ecrion.EOS/2.0/"/>
<xs:element minOccurs="0" name="JobId" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetJobEventsResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetJobEventsResult" nillable="true" type="q7:ArrayOfLogEvent"
xmlns:q7="http://schemas.datacontract.org/2004/07/Ecrion.EOS.WebService"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/">
<xs:element name="anyType" nillable="true" type="xs:anyType"/>
<xs:element name="anyURI" nillable="true" type="xs:anyURI"/>
<xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/>
<xs:element name="boolean" nillable="true" type="xs:boolean"/>
<xs:element name="byte" nillable="true" type="xs:byte"/>
<xs:element name="dateTime" nillable="true" type="xs:dateTime"/>
<xs:element name="decimal" nillable="true" type="xs:decimal"/>
<xs:element name="double" nillable="true" type="xs:double"/>
<xs:element name="float" nillable="true" type="xs:float"/>
<xs:element name="int" nillable="true" type="xs:int"/>
<xs:element name="long" nillable="true" type="xs:long"/>
<xs:element name="QName" nillable="true" type="xs:QName"/>
<xs:element name="short" nillable="true" type="xs:short"/>
<xs:element name="string" nillable="true" type="xs:string"/>
<xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/>
<xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/>
<xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/>
<xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/>
<xs:element name="char" nillable="true" type="tns:char"/>
<xs:simpleType name="char">
<xs:restriction base="xs:int"/>
</xs:simpleType>
<xs:element name="duration" nillable="true" type="tns:duration"/>
<xs:simpleType name="duration">
<xs:restriction base="xs:duration">
<xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/>
<xs:minInclusive value="-P10675199DT2H48M5.4775808S"/>
<xs:maxInclusive value="P10675199DT2H48M5.4775807S"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="guid" nillable="true" type="tns:guid"/>
<xs:simpleType name="guid">
<xs:restriction base="xs:string">
<xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
</xs:restriction>
</xs:simpleType>
<xs:attribute name="FactoryType" type="xs:QName"/>
<xs:attribute name="Id" type="xs:ID"/>
<xs:attribute name="Ref" type="xs:IDREF"/>
</xs:schema>
<xs:schema elementFormDefault="qualified" targetNamespace="http://www.ecrion.com/Ecrion.EOS/2.0/" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://www.ecrion.com/Ecrion.EOS/2.0/">
<xs:complexType name="LogIn">
<xs:sequence>
<xs:element name="EnvironmentID" nillable="true" type="xs:string"/>
<xs:element name="Password" nillable="true" type="xs:string"/>
<xs:element name="UserName" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:element name="LogIn" nillable="true" type="tns:LogIn"/>
</xs:schema>
<xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<xs:complexType name="ArrayOfKeyValueOfstringstring">
<xs:annotation>
<xs:appinfo>
<IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringstring">
<xs:complexType>
<xs:sequence>
<xs:element name="Key" nillable="true" type="xs:string"/>
<xs:element name="Value" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfKeyValueOfstringstring" nillable="true" type="tns:ArrayOfKeyValueOfstringstring"/>
</xs:schema>
<xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Ecrion.EOS.WebService" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://schemas.datacontract.org/2004/07/Ecrion.EOS.WebService">
<xs:complexType name="JobInfo">
<xs:sequence>
<xs:element minOccurs="0" name="FinishTimestampUTC" type="xs:dateTime"/>
<xs:element minOccurs="0" name="JobId" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="StartTimestampUTC" type="xs:dateTime"/>
<xs:element minOccurs="0" name="Status" type="tns:JobStatus"/>
</xs:sequence>
</xs:complexType>
<xs:element name="JobInfo" nillable="true" type="tns:JobInfo"/>
<xs:simpleType name="JobStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="Starting"/>
<xs:enumeration value="Processing"/>
<xs:enumeration value="Stopping"/>
<xs:enumeration value="FinishedWithErrors"/>
<xs:enumeration value="FinishedOK"/>
<xs:enumeration value="Aborted"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="JobStatus" nillable="true" type="tns:JobStatus"/>
<xs:complexType name="ArrayOfLogEvent">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="LogEvent" nillable="true" type="tns:LogEvent"/>
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfLogEvent" nillable="true" type="tns:ArrayOfLogEvent"/>
<xs:complexType name="LogEvent">
<xs:sequence>
<xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="Severity" type="tns:Severity"/>
<xs:element minOccurs="0" name="TimestampUTC" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
<xs:element name="LogEvent" nillable="true" type="tns:LogEvent"/>
<xs:simpleType name="Severity">
<xs:restriction base="xs:string">
<xs:enumeration value="Information"/>
<xs:enumeration value="Warning"/>
<xs:enumeration value="Error"/>
<xs:enumeration value="DiagnosticTrace"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="Severity" nillable="true" type="tns:Severity"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="IDPMService_RunJob_InputMessage">
<wsdl:part name="parameters" element="tns:RunJob"/>
</wsdl:message>
<wsdl:message name="IDPMService_RunJob_OutputMessage">
<wsdl:part name="parameters" element="tns:RunJobResponse"/>
</wsdl:message>
<wsdl:message name="IDPMService_GetJobStatus_InputMessage">
<wsdl:part name="parameters" element="tns:GetJobStatus"/>
</wsdl:message>
<wsdl:message name="IDPMService_GetJobStatus_OutputMessage">
<wsdl:part name="parameters" element="tns:GetJobStatusResponse"/>
</wsdl:message>
<wsdl:message name="IDPMService_GetJobEvents_InputMessage">
<wsdl:part name="parameters" element="tns:GetJobEvents"/>
</wsdl:message>
<wsdl:message name="IDPMService_GetJobEvents_OutputMessage">
<wsdl:part name="parameters" element="tns:GetJobEventsResponse"/>
</wsdl:message>
<wsdl:portType name="IDPMService">
<wsdl:operation name="RunJob">
<wsdl:input wsaw:Action="http://tempuri.org/IDPMService/RunJob" message="tns:IDPMService_RunJob_InputMessage"/>
<wsdl:output wsaw:Action="http://tempuri.org/IDPMService/RunJobResponse" message="tns:IDPMService_RunJob_OutputMessage"/>
</wsdl:operation>
<wsdl:operation name="GetJobStatus">
<wsdl:input wsaw:Action="http://tempuri.org/IDPMService/GetJobStatus" message="tns:IDPMService_GetJobStatus_InputMessage"/>
<wsdl:output wsaw:Action="http://tempuri.org/IDPMService/GetJobStatusResponse" message="tns:IDPMService_GetJobStatus_OutputMessage"/>
</wsdl:operation>
<wsdl:operation name="GetJobEvents">
<wsdl:input wsaw:Action="http://tempuri.org/IDPMService/GetJobEvents" message="tns:IDPMService_GetJobEvents_InputMessage"/>
<wsdl:output wsaw:Action="http://tempuri.org/IDPMService/GetJobEventsResponse" message="tns:IDPMService_GetJobEvents_OutputMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BasicHttpEndpoint" type="tns:IDPMService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="RunJob">
<soap:operation soapAction="http://tempuri.org/IDPMService/RunJob" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetJobStatus">
<soap:operation soapAction="http://tempuri.org/IDPMService/GetJobStatus" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetJobEvents">
<soap:operation soapAction="http://tempuri.org/IDPMService/GetJobEvents" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="DPMWebService">
<wsdl:port name="BasicHttpEndpoint" binding="tns:BasicHttpEndpoint">
<soap:address location="http://ukecr08:8091/EOSWS/Ecrion.EOS.WebService.DPMWebService.svc"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>