PHP code example of kilylabs / datamobile-soap-srv-php

1. Go to this page and download the library: Download kilylabs/datamobile-soap-srv-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

kilylabs / datamobile-soap-srv-php example snippets


$ composer 

$ cd datamobile-soap-srv-php
$ php vendor/kilylabs/datamobile-soap-srv-php/bin/server.php
Listening on http://0.0.0.0:8080

$ php bin/client.php -w http://127.0.0.1:8080/datamobile.wsdl -d '{"SN":"123","UserName":"Dummy","DocOutID":"1"}' ClearDoc
object(stdClass)#7 (1) {
  ["return"]=>
  bool(true)
}