SOAP API - queryBusinessServices

The table summarizes the SOAP API - queryBusinessServices.

Request Uses the queryBusinessServices element (from the BusinessService schema)
Parameter notes
  • If you are using wildcards to specify the filter based on category or channelId, note that the wildcard character ’*’ cannot be the only and/or the last character in the search string. For example, to search for all categories, the search string to be specified is **. To search for all categories under Category1, the search string to be specified is Category1/**.
Response Returns a queryBusinessServicesResponse element (from the BusinessService schema)
Example Request:
<soapenv:Body>
      <bus:queryBusinessServices>
         <category>**</category>
      </bus:queryBusinessServices>
   </soapenv:Body>
Response:
<SOAP-ENV:Body>
      <queryBusinessServicesResponse xmlns="http://business.api.busserv.n2.tibco.com">
         <businessServiceTemplate moduleName="/WelcomeCustomer/Process Packages/WCProcessPackage.xpdl" processName="WCRequestCall" version="1.0.0.201107201543" xmlns=""/>
         <businessServiceTemplate moduleName="/WelcomeUsersImplementSolution/Process Packages/ProcessPackage.xpdl" processName="RequestCall" version="1.0.0.201107281325" xmlns=""/>
      </queryBusinessServicesResponse>
   </SOAP-ENV:Body>