SOAP API - getBusinessServiceDetailsByModule

The table summarizes the SOAP API - getBusinessServiceDetailsByModule.

Request Uses the businessServiceDetailsRequest element (from the WorkPresentationService schema).
Parameter notes
  • moduleName: module name of the business service whose details are being requested.
  • processName: the business service process name whose details are being requested.
  • moduleVersion: module version of the business service whose details are being requested.

The values of these parameters can be obtained from the response of the startBusinessService or updateBusinessService operations.

Response Returns an businessServiceDetailsResponse element (from the WorkPresentationServices schema).
Example Request:
<soapenv:Body>
      <api:businessServiceDetailsRequest>
         <moduleName>/SanityProcesses/Sanity Tests/SanityTests.xpdl</moduleName>
         <processName>SanityTestsStartEvent</processName>
         <moduleVersion>1.0.0.201108021442</moduleVersion>
      </api:businessServiceDetailsRequest>
   </soapenv:Body>
Response:
<SOAP-ENV:Body>
      <businessServiceDetailsResponse id="_PY_jILHTEd-8rbpgFImPHQ" moduleName="/SanityProcesses/Sanity Tests/SanityTests.xpdl" moduleVersion="1.0.0.201108021442" name="SanityTestsStartEvent" url="SanityProcesses/.bpm/.processOut/pageflow/SanityTests.xpdl/SanityTestsStartEvent.bpel" xmlns="http://api.wp.n2.tibco.com">
         <page-activity id="_Ptjd4rHTEd-8rbpgFImPHQ" name="UserTask" xmlns="http://service.archive.wp.n2.tibco.com">
            <page-reference guid="" name="UserTask.gwt.json" version="1.0.0.201108021442">
               <relative-path>1.0.0.201108021442/openspaceGWTPull_DefaultChannel/.default/SanityTests/SanityTestsStartEvent/UserTask</relative-path>
               <base-path>http://localhost:8080/bpm</base-path>
            </page-reference>
         </page-activity>
      </businessServiceDetailsResponse>
   </SOAP-ENV:Body>