SOAP API - listCategories
The table summarizes SOAP API - listCategories.
Request | Uses the listCategories element (from the BusinessService schema) |
Parameter notes |
|
Response | Returns a listCategoriesResponse element (from the BusinessService schema) |
Example | Request:<soapenv:Body> <bus:listCategories getTotalCount="true" numberOfItems="10" startPosition="0"> </bus:listCategories> </soapenv:Body> |
Response:<SOAP-ENV:Body> <listCategoriesResponse xmlns="http://business.api.busserv.n2.tibco.com"> <startPosition xmlns="">0</startPosition> <totalItems xmlns="">2</totalItems> <Category name="WelcomeCustomer" xmlns=""> <ChildCategory name="WCProcessPackage"/> </Category> <Category name="WelcomeUsersImplementSolution" xmlns=""> <ChildCategory name="ProcessPackage"/> </Category> </listCategoriesResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.