EPMObjectives.wsdl


Template Name EPMObjectives
WSDL EPMObjectives.wsdl
Status Approved. This example WSDL is offered as a template for implementing web services using HR-XML. The target namespace is intended to be replaced with one belonging to the implementer. WSDL faults are included as placeholders. These could be used as is, removed, or replaced with those appropriate for the implementation.
Date 2007-04-15
Description
  • Defines operations to create, update, and cancel employee objective plans.
  • Defines an operation to submit or process employee objective results against objective plans.
Related Scenarios
  1. EPM and Compensation Management System Interactions
  2. EPM and Business Performance Management System Interactions

Messages

Message Name Content
Acknowledge hrxml:Acknowledgement
CreateEPMObjectivesPlan hrxml:EPMObjectivesPlan
UpdateEPMObjectivesPlan hrxml:EPMObjectivesPlan
CancelEPMObjectivesPlan hrxml:CancelMethod
ProcessEPMObjectivesResult hrxml:EPMObjectivesResult
CreateEPMObjectivesPlanFault hrxml:FaultExtensible (Placeholder of type xs:any)
UpdateEPMObjectivesPlanFault hrxml:FaultExtensible (Placeholder of type xs:any)
CancelEPMObjectivesPlanFault hrxml:FaultExtensible (Placeholder of type xs:any)
ProcessEPMObjectivesResultFault hrxml:FaultExtensible (Placeholder of type xs:any)

PortTypes and Operations

1. EPMObjectivesPlan_PortType

Operation Description
CreateEPMObjectivesPlan
..... input: CreateEPMObjectivesPlan
..... output: Acknowledge
..... fault: CreateEPMObjectivesPlanFault
UpdateEPMObjectivesPlan
..... input: UpdateEPMObjectivesPlan
..... output: Acknowledge
..... fault: UpdateEPMObjectivesPlanFault
CancelEPMObjectivesPlan
..... input: CancelEPMObjectivesPlan
..... output: Acknowledge
..... fault: CancelEPMObjectivesPlanFault

2. EPMObjectivesResult_PortType

Operation Description
ProcessEPMObjectivesResult
..... input: ProcessEPMObjectivesResult
..... output: Acknowledge
..... fault: ProcessEPMObjectivesResultFault