10-02-2017, 01:19 PM
If you want to get the webservice ID of a module, use the 'describe' method.You can find a PHP version of the library here. The method will give you an overview of the module, including the webservice ID.
How to get the webservice ID of a module
|
10-02-2017, 01:19 PM
If you want to get the webservice ID of a module, use the 'describe' method.You can find a PHP version of the library here. The method will give you an overview of the module, including the webservice ID.
10-02-2017, 02:00 PM
and if you are working from inside the application, in a workflow task, for example, you can use the:
PHP Code: vtws_getEntityId($entityName); function like this: PHP Code: $accountWSID = vtws_getEntityId('Accounts');
Joe
TSolucio
10-02-2017, 02:01 PM
You can find an example of the web service describe method in the coreBOS Webservice Development tool:
https://github.com/tsolucio/coreBOSwsDevelopment/blob/master/testcode/080lib_describe.php
Joe
TSolucio |
« Next Oldest | Next Newest »
|