Skip to content

mvdve/php-exact-soap-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Exact Globe soap client

This module is a simple PHP soap wrapper which implements Exact Globe specific functionality like NTLM authentication. It is still in development but fully functional for sending or updating data.

Entity services access

For the entity services to get access to the Exact database, it is mandatory to add the mac address of the client to the 'BacoAccessServers' table. To get the mac address of the client, open an Exact Globe client and open the window System -> HR & Security. Click on 'new' and then 'standard'. The mac address will be show in the form field.

Now add the mac address within field 'MachineName' and 'MacAddress2'.

Docker

Update composer by running the command:

docker-compose run --rm php bash -c "cd /var/www/html && composer update"

Examples

See the example folder for usage examples.

API overview

See the full Exact entity services documentation for all entities and fields.

About

PHP soap connector for Exact Globe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published