porttype WorkItemSchedulerService
Perform scheduling of work items, currently rescheduleWorkItem is the only supported public operation.
operations 
scheduleWorkItem
**PRIVATE API - Reserved for Internal Use ** - Add a new work item to the work list
inputimpl:scheduleWorkItemRequest
Request message (uses dto:scheduleWorkItem element): containing the work item details, context and body
outputimpl:scheduleWorkItemResponse
Request message (uses dto:scheduleWorkItemResponse element): containing the ID of the scheduled work item
faultimpl:invalidWorkTypeFault
Work type id is not specified or does not exist
faultimpl:invalidWorkGroupFault
Work group id specified does not exist
faultimpl:workItemFault
Unable to create, find or load work item model
faultimpl:invalidEntityFault
Specified entity is invalid
faultimpl:internalServiceFault
faultimpl:securityFault
Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.

scheduleWorkItemWithWorkModel
**PRIVATE API - Reserved for Internal Use ** - Add a new work item with an optional model to the work list
inputimpl:scheduleWorkItemWithWorkModelRequest
Contains the work item to be scheduled
outputimpl:scheduleWorkItemWithWorkModelResponse
Reply element for the scheduling of a work item
faultimpl:invalidWorkModelFault
Work model id is not specified or does not exist
faultimpl:invalidWorkGroupFault
Work group id specified does not exist
faultimpl:workItemFault
Unable to create, find or load work item model
faultimpl:invalidEntityFault
Specified entity is invalid
faultimpl:internalServiceFault
faultimpl:workItemAPIScriptCancelFault
Problem occurred in the execution of the associated script
faultimpl:securityFault
Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.

enableWorkItem
Entry point for the enabling of a work item
inputimpl:enableWorkItemRequest
Contains the work item to be enabled
outputimpl:enableWorkItemResponse
Reply element for the enabling of a work item
faultimpl:workItemFault
Unable to create, find or load work item model
faultimpl:invalidWorkItemFault
Work item id does not exist
faultimpl:internalServiceFault

rescheduleWorkItem
Change the scheduling information and optionally the work item data for an existing work item
inputimpl:rescheduleWorkItemRequest
Request message (uses dto:rescheduleWorkItem): Contains the details, reschedule data and any changed data of the work item to be rescheduled.
outputimpl:rescheduleWorkItemResponse
Response message (uses dto:rescheduleWorkItemResponse): Contains the ID of the rescheduled work item.
faultimpl:invalidWorkItemFault
Error message (uses ex:InvalidWorkItemFault): The specified work item does not exist.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault): An internal service fault occurred.
faultimpl:securityFault
Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.

cancelWorkItem
Cancel a work item (because the parent application has been cancelled
inputimpl:cancelWorkItemRequest
Contains the work item to be cancelled
outputimpl:cancelWorkItemResponse
Reply element for the cancelling of a work item
faultimpl:invalidWorkItemFault
Work item id does not exist
faultimpl:internalServiceFault
faultimpl:workItemAPIScriptCancelFault
Problem occurred in the execution of the associated script
faultimpl:securityFault
Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.

suspendWorkItem
**PRIVATE API - Reserved for Internal Use ** - Suspend a work item (because the parent application has been suspended)
inputimpl:suspendWorkItemRequest
Contains the work item to be suspended
outputimpl:suspendWorkItemResponse
Reply element for the suspending of a work item
faultimpl:invalidWorkItemFault
Work item id does not exist
faultimpl:internalServiceFault
faultimpl:securityFault
Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.

resumeWorkItem
**PRIVATE API - Reserved for Internal Use ** - Resume a currently suspended work item (because the parent application has been resumed)
inputimpl:resumeWorkItemRequest
Contains the work item to be resumed
outputimpl:resumeWorkItemResponse
Reply element for the resuming of a work item
faultimpl:invalidWorkItemFault
Work item id does not exist
faultimpl:internalServiceFault
faultimpl:securityFault
Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.
used by 
binding WorkItemSchedulerService_EP
source 
<wsdl:portType name="WorkItemSchedulerService">
  <wsdl:documentation>Perform scheduling of work items, currently rescheduleWorkItem is the only supported public operation.</wsdl:documentation>
  <wsdl:operation name="scheduleWorkItem">
    <wsdl:documentation>**PRIVATE API - Reserved for Internal Use ** - Add a new work item to the work list</wsdl:documentation>
    <wsdl:input name="scheduleWorkItemRequest" message="impl:scheduleWorkItemRequest">
      <wsdl:documentation>Request message (uses dto:scheduleWorkItem element): containing the work item details, context and body</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="scheduleWorkItemResponse" message="impl:scheduleWorkItemResponse">
      <wsdl:documentation>Request message (uses dto:scheduleWorkItemResponse element): containing the ID of the scheduled work item</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InvalidWorkType" message="impl:invalidWorkTypeFault">
      <wsdl:documentation>Work type id is not specified or does not exist</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidWorkGroup" message="impl:invalidWorkGroupFault">
      <wsdl:documentation>Work group id specified does not exist</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="WorkItemFault" message="impl:workItemFault">
      <wsdl:documentation>Unable to create, find or load work item model</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidEntityFault" message="impl:invalidEntityFault">
      <wsdl:documentation>Specified entity is invalid</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="scheduleWorkItemWithWorkModel">
    <wsdl:documentation>**PRIVATE API - Reserved for Internal Use ** - Add a new work item with an optional model to the work list</wsdl:documentation>
    <wsdl:input name="scheduleWorkItemWithWorkModelRequest" message="impl:scheduleWorkItemWithWorkModelRequest">
      <wsdl:documentation>Contains the work item to be scheduled</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="scheduleWorkItemWithWorkModelResponse" message="impl:scheduleWorkItemWithWorkModelResponse">
      <wsdl:documentation>Reply element for the scheduling of a work item </wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InvalidWorkModelFault" message="impl:invalidWorkModelFault">
      <wsdl:documentation>Work model id is not specified or does not exist</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidWorkGroup" message="impl:invalidWorkGroupFault">
      <wsdl:documentation>Work group id specified does not exist</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="WorkItemFault" message="impl:workItemFault">
      <wsdl:documentation>Unable to create, find or load work item model</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidEntityFault" message="impl:invalidEntityFault">
      <wsdl:documentation>Specified entity is invalid</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
    <wsdl:fault name="WorkItemAPIScriptCancelFault" message="impl:workItemAPIScriptCancelFault">
      <wsdl:documentation>Problem occurred in the execution of the associated script</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="enableWorkItem">
    <wsdl:documentation>Entry point for the enabling of a work item</wsdl:documentation>
    <wsdl:input name="enableWorkItemRequest" message="impl:enableWorkItemRequest">
      <wsdl:documentation>Contains the work item to be enabled</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="enableWorkItemResponse" message="impl:enableWorkItemResponse">
      <wsdl:documentation>Reply element for the enabling of a work item </wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="WorkItemFault" message="impl:workItemFault">
      <wsdl:documentation>Unable to create, find or load work item model</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidWorkItemFault" message="impl:invalidWorkItemFault">
      <wsdl:documentation>Work item id does not exist</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
  </wsdl:operation>
  <wsdl:operation name="rescheduleWorkItem">
    <wsdl:documentation>Change the scheduling information and optionally the work item data for an existing work item</wsdl:documentation>
    <wsdl:input name="rescheduleWorkItemRequest" message="impl:rescheduleWorkItemRequest">
      <wsdl:documentation>Request message (uses dto:rescheduleWorkItem): Contains the details, reschedule data and any changed data of the work item to be rescheduled.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="rescheduleWorkItemResponse" message="impl:rescheduleWorkItemResponse">
      <wsdl:documentation>Response message (uses dto:rescheduleWorkItemResponse): Contains the ID of the rescheduled work item.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InvalidWorkItemFault" message="impl:invalidWorkItemFault">
      <wsdl:documentation>Error message (uses ex:InvalidWorkItemFault): The specified work item does not exist.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault): An internal service fault occurred. </wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="cancelWorkItem">
    <wsdl:documentation>Cancel a work item (because the parent application has been cancelled</wsdl:documentation>
    <wsdl:input name="cancelWorkItemRequest" message="impl:cancelWorkItemRequest">
      <wsdl:documentation>Contains the work item to be cancelled</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="cancelWorkItemResponse" message="impl:cancelWorkItemResponse">
      <wsdl:documentation>Reply element for the cancelling of a work item </wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InvalidWorkItemFault" message="impl:invalidWorkItemFault">
      <wsdl:documentation>Work item id does not exist</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
    <wsdl:fault name="WorkItemAPIScriptCancelFault" message="impl:workItemAPIScriptCancelFault">
      <wsdl:documentation>Problem occurred in the execution of the associated script</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="suspendWorkItem">
    <wsdl:documentation>**PRIVATE API - Reserved for Internal Use ** - Suspend a work item (because the parent application has been suspended)</wsdl:documentation>
    <wsdl:input name="suspendWorkItemRequest" message="impl:suspendWorkItemRequest">
      <wsdl:documentation>Contains the work item to be suspended</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="suspendWorkItemResponse" message="impl:suspendWorkItemResponse">
      <wsdl:documentation>Reply element for the suspending of a work item </wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InvalidWorkItemFault" message="impl:invalidWorkItemFault">
      <wsdl:documentation>Work item id does not exist</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="resumeWorkItem">
    <wsdl:documentation>**PRIVATE API - Reserved for Internal Use ** - Resume a currently suspended work item (because the parent application has been resumed)</wsdl:documentation>
    <wsdl:input name="resumeWorkItemRequest" message="impl:resumeWorkItemRequest">
      <wsdl:documentation>Contains the work item to be resumed</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="resumeWorkItemResponse" message="impl:resumeWorkItemResponse">
      <wsdl:documentation>Reply element for the resuming of a work item </wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InvalidWorkItemFault" message="impl:invalidWorkItemFault">
      <wsdl:documentation>Work item id does not exist</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault"/>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses deex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
</wsdl:portType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy