GetNEJobRunStatus function
Retrieves the status for a specific normalization job execution.
WSDL operation
<operation name="GetNEJobStatus" parameterOrder="inargs">
<input message="tns:GetNEJobRunStatusRequest"
name="GetNEJobRunStatusRequest"/>
<output message="tns:GetNEJobRunStatusResponse"
name="GetNEJobRunStatusResponse"/><fault message="tns:AtriumFault" name="AtriumFault"/>
</operation>
WSDL messages
<message name="GetNEJobRunStatusRequest">
<part element="types:GetNEJobRunStatus" name="inargs"/>
</message>
<message name="GetNEJobRunStatusResponse">
<part element="types:GetNEJobRunStatusOutput" name="outargs"/>
</message>
<message name="AtriumFault">
<part element="common:AtriumFault" name="errargs"/>
</message>
XSD schema
<element name="GetNEJobRunStatus">
<complexType>
<sequence>
<element name="loginInfo"
type="common:LoginInfo" nillable="true" />
<element name="jobRunId" type="string" />
<element name="extensions"type="common:ExtensionList"
nillable="true" />
</sequence>
</complexType>
</element>
<element name="GetNEJobRunStatusOutput">
<complexType>
<sequence>
<element name="jobRunInfo" type="tns:NEJobRunInfo" />
<element name="status" type="common:StatusList" />
<element name="extensions" type="common:ExtensionList"
nillable="true" />
</sequence>
</complexType>
</element>
<element name="AtriumFault">
<complexType>
<choice>
<element name="serviceFault"
type="tns:AtriumServiceFault" />
<element name="backendFault"
type="tns:AtriumBackendFault" />
</choice>
</complexType>
</element>
Input arguments
loginInfo | User ID, passwords, domain and other information necessary to log on to the application. See LoginInfo. |
jobRunId | The run ID for the job. |
extensions | A list of extension types for the operation. |
Return value
jobRunInfo | Retrieves job information. |
status | A list of zero or more notes, warnings, or errors generated from a call of this operation. |
extensions | A list of extension types for the operation. |
Fault message
Fault message | See Fault message. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments