Skip to Content
1
Former Member
Nov 16, 2012 at 07:26 PM

DI Server exposed Services and Commands (methods)?

253 Views

Hi everyone,

Since the B1WS wrapper looks to be all but abandoned and also has an IIS dependency, I'm developing a PHP framework that will interface with the DI Server. I'm already able to make all necessary calls but am unable to find an exhaustive source of what services and commands are exposed by the DI Server. The documentation from the SDK Help only makes references to many (not all) services, but not always their exact names. For example one service called ActivitiesService actually exists and is callable, but I cannot find it documented anywhere. Other services I can find listed in the B1WS's Services.xml file, but they are hard-coded. So my question is, is there any way I can dynamically query the DI server for a full list of all service names and commands available within those services (maybe GetServices and GetCommands) so that I can then call GetServiceMetadata and GetServiceDataXMLSchema to make my own web service generator? I'm currently using the SBODI_Server.Node COM object and Interact and BatchInteract methods.

thanks!

Leon