Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get the webservice ID of a module
#1
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.
Reply
#2
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
Reply
#3
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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)