porttype BusinessService
Get information about and interact with deployed business services.
operations 
listCategories
List categories of deployed business services.
inputimpl:listCategoriesRequest
Request message (uses business:listCategories element): Specifies any filter criteria to be applied to the request.
outputimpl:listCategoriesResponse
Response message (uses business:listCategoriesResponse element): Contains detailed descriptions of the categories of deployed business services that match the specified criteria.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidArgumentFault
Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
faultimpl:pageFlowExecutionFault
Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.

queryCategories
Query categories of deployed business services.
inputimpl:queryCategoriesRequest
Request message (uses business:queryCategories element): Specifies the filter criteria to be applied to the request.
outputimpl:queryCategoriesResponse
Response message (uses business:queryCategoriesResponse element): Contains detailed descriptions of the categories of deployed business services that match the specified criteria.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidArgumentFault
Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
faultimpl:pageFlowExecutionFault
Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.

listBusinessServices
List deployed business services.
inputimpl:listBusinessServicesRequest
Request message (uses business:listBusinessServices element): Specifies any filter criteria to be applied to the request.
outputimpl:listBusinessServicesResponse
Response message (uses business:listBusinessServicesResponse element): Contains detailed descriptions of deployed business services that match the specified criteria.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidArgumentFault
Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
faultimpl:pageFlowExecutionFault
Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.

queryBusinessServices
Query deployed business services.
inputimpl:queryBusinessServicesRequest
Request message (uses business:queryBusinessServices element): Specifies the filter criteria to be applied to the request.
outputimpl:queryBusinessServicesResponse
Response message (uses business:queryBusinessServicesResponse element): Contains detailed descriptions of deployed business services that match the specified criteria.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidArgumentFault
Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
faultimpl:pageFlowExecutionFault
Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.

startBusinessService
Start an instance of a deployed business service.
inputimpl:startBusinessServiceRequest
Request message (uses business:startBusinessService element): Identifies the business service instance to be started.
outputimpl:startBusinessServiceResponse
Response message (uses business:startBusinessServiceResponse element): Contains the execution state, context and page data for the started business service instance.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidArgumentFault
Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
faultimpl:pageFlowExecutionFault
Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.

updateBusinessService
Update a business service instance.
inputimpl:updateBusinessServiceRequest
Request message (uses business:updateBusinessService element): Identifies the business service instance to be updated.
outputimpl:updateBusinessServiceResponse
Response message (uses business:updateBusinessServiceResponse element): Contains the execution state, context and page data for the updated business service instance.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidArgumentFault
Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
faultimpl:pageFlowExecutionFault
Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.

injectBusinessServiceEvent
Inject an event into a business service.
inputimpl:injectBusinessServiceEventRequest
Request message (uses business:injectBusinessServiceEvent element): Specifies the event to be injected, and the busines service instance into which it should be injected.
outputimpl:injectBusinessServiceEventResponse
Response message (uses business:injectBusinessServiceEventResponse element): Contains the execution state, context and page data for the business service instance.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidArgumentFault
Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
faultimpl:pageFlowExecutionFault
Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.

cancelBusinessService
Cancel a business service instance.
inputimpl:cancelBusinessServiceRequest
Request message (uses business:cancelBusinessService element): Identifies the business service instance to be cancelled.
outputimpl:cancelBusinessServiceResponse
Response message (uses business:cancelBusinessServiceResponse element): Contains the status of the specified business service instance.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidArgumentFault
Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
faultimpl:pageFlowExecutionFault
Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.

listCaseAction
List deployed case services.
inputimpl:listCaseActionRequest
outputimpl:listCaseActionResponse
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidArgumentFault
Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
used by 
binding BusinessService_EP
source 
<wsdl:portType name="BusinessService">
  <wsdl:documentation>Get information about and interact with deployed business services.</wsdl:documentation>
  <wsdl:operation name="listCategories" parameterOrder="parameters">
    <wsdl:documentation>List categories of deployed business services.</wsdl:documentation>
    <wsdl:input name="listCategoriesRequest" message="impl:listCategoriesRequest">
      <wsdl:documentation>Request message (uses business:listCategories element): Specifies any filter criteria to be applied to the request.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="listCategoriesResponse" message="impl:listCategoriesResponse">
      <wsdl:documentation>Response message (uses business:listCategoriesResponse element): Contains detailed descriptions of the categories of deployed business services that match the specified criteria.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidArgumentFault" message="impl:invalidArgumentFault">
      <wsdl:documentation>Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="PageFlowExecutionFault" message="impl:pageFlowExecutionFault">
      <wsdl:documentation>Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="queryCategories" parameterOrder="parameters">
    <wsdl:documentation>Query categories of deployed business services.</wsdl:documentation>
    <wsdl:input name="queryCategoriesRequest" message="impl:queryCategoriesRequest">
      <wsdl:documentation>Request message (uses business:queryCategories element): Specifies the filter criteria to be applied to the request.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="queryCategoriesResponse" message="impl:queryCategoriesResponse">
      <wsdl:documentation>Response message (uses business:queryCategoriesResponse element): Contains detailed descriptions of the categories of deployed business services that match the specified criteria.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidArgumentFault" message="impl:invalidArgumentFault">
      <wsdl:documentation>Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="PageFlowExecutionFault" message="impl:pageFlowExecutionFault">
      <wsdl:documentation>Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="listBusinessServices" parameterOrder="parameters">
    <wsdl:documentation>List deployed business services.</wsdl:documentation>
    <wsdl:input name="listBusinessServicesRequest" message="impl:listBusinessServicesRequest">
      <wsdl:documentation>Request message (uses business:listBusinessServices element): Specifies any filter criteria to be applied to the request.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="listBusinessServicesResponse" message="impl:listBusinessServicesResponse">
      <wsdl:documentation>Response message (uses business:listBusinessServicesResponse element): Contains detailed descriptions of deployed business services that match the specified criteria.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidArgumentFault" message="impl:invalidArgumentFault">
      <wsdl:documentation>Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="PageFlowExecutionFault" message="impl:pageFlowExecutionFault">
      <wsdl:documentation>Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="queryBusinessServices" parameterOrder="parameters">
    <wsdl:documentation>Query deployed business services.</wsdl:documentation>
    <wsdl:input name="queryBusinessServicesRequest" message="impl:queryBusinessServicesRequest">
      <wsdl:documentation>Request message (uses business:queryBusinessServices element): Specifies the filter criteria to be applied to the request.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="queryBusinessServicesResponse" message="impl:queryBusinessServicesResponse">
      <wsdl:documentation>Response message (uses business:queryBusinessServicesResponse element): Contains detailed descriptions of deployed business services that match the specified criteria.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidArgumentFault" message="impl:invalidArgumentFault">
      <wsdl:documentation>Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="PageFlowExecutionFault" message="impl:pageFlowExecutionFault">
      <wsdl:documentation>Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="startBusinessService" parameterOrder="parameters">
    <wsdl:documentation>Start an instance of a deployed business service.</wsdl:documentation>
    <wsdl:input name="startBusinessServiceRequest" message="impl:startBusinessServiceRequest">
      <wsdl:documentation>Request message (uses business:startBusinessService element): Identifies the business service instance to be started.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="startBusinessServiceResponse" message="impl:startBusinessServiceResponse">
      <wsdl:documentation>Response message (uses business:startBusinessServiceResponse element): Contains the execution state, context and page data for the started business service instance.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidArgumentFault" message="impl:invalidArgumentFault">
      <wsdl:documentation>Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="PageFlowExecutionFault" message="impl:pageFlowExecutionFault">
      <wsdl:documentation>Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="updateBusinessService" parameterOrder="parameters">
    <wsdl:documentation>Update a business service instance.</wsdl:documentation>
    <wsdl:input name="updateBusinessServiceRequest" message="impl:updateBusinessServiceRequest">
      <wsdl:documentation>Request message (uses business:updateBusinessService element): Identifies the business service instance to be updated.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="updateBusinessServiceResponse" message="impl:updateBusinessServiceResponse">
      <wsdl:documentation>Response message (uses business:updateBusinessServiceResponse element): Contains the execution state, context and page data for the updated business service instance.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidArgumentFault" message="impl:invalidArgumentFault">
      <wsdl:documentation>Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="PageFlowExecutionFault" message="impl:pageFlowExecutionFault">
      <wsdl:documentation>Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="injectBusinessServiceEvent" parameterOrder="parameters">
    <wsdl:documentation>Inject an event into a business service.</wsdl:documentation>
    <wsdl:input name="injectBusinessServiceEventRequest" message="impl:injectBusinessServiceEventRequest">
      <wsdl:documentation>Request message (uses business:injectBusinessServiceEvent element): Specifies the event to be injected, and the busines service instance into which it should be injected.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="injectBusinessServiceEventResponse" message="impl:injectBusinessServiceEventResponse">
      <wsdl:documentation>Response message (uses business:injectBusinessServiceEventResponse element): Contains the execution state, context and page data for the business service instance.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidArgumentFault" message="impl:invalidArgumentFault">
      <wsdl:documentation>Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="PageFlowExecutionFault" message="impl:pageFlowExecutionFault">
      <wsdl:documentation>Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="cancelBusinessService" parameterOrder="parameters">
    <wsdl:documentation>Cancel a business service instance.</wsdl:documentation>
    <wsdl:input name="cancelBusinessServiceRequest" message="impl:cancelBusinessServiceRequest">
      <wsdl:documentation>Request message (uses business:cancelBusinessService element): Identifies the business service instance to be cancelled.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="cancelBusinessServiceResponse" message="impl:cancelBusinessServiceResponse">
      <wsdl:documentation>Response message (uses business:cancelBusinessServiceResponse element): Contains the status of the specified business service instance.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidArgumentFault" message="impl:invalidArgumentFault">
      <wsdl:documentation>Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="PageFlowExecutionFault" message="impl:pageFlowExecutionFault">
      <wsdl:documentation>Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="listCaseAction" parameterOrder="parameters">
    <wsdl:documentation>List deployed case services.</wsdl:documentation>
    <wsdl:input name="listCaseActionRequest" message="impl:listCaseActionRequest"/>
    <wsdl:output name="listCaseActionResponse" message="impl:listCaseActionResponse"/>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidArgumentFault" message="impl:invalidArgumentFault">
      <wsdl:documentation>Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
</wsdl:portType>

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