2017 © Pedro Peláez
 

library datamobile-soap-srv-php

DataMobile PHP implementation of SOAP server for DataMobile application

image

kilylabs/datamobile-soap-srv-php

DataMobile PHP implementation of SOAP server for DataMobile application

  • Monday, March 7, 2016
  • by kilylabs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DataMobile SOAP server

DataMobile PHP implementation of SOAP server for DataMobile application, (*1)

Installation

The recommended way to install it is through Composer:, (*2)

$ composer require kilylabs/datamobile-soap-srv-php

Usage

Ones installed using composer run SOAP server:, (*3)

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

It will run SOAP server on http://0.0.0.0:8080/service, (*4)

After, setup your Android DataMobile device to use SOAP API device see what's happening., (*5)

There is also console client to emulate device requests:, (*6)

$ 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)
}

After playing a lot, implement your own Provider by extending AbstractProvider. A good starting point is the Dummy provider. And don't forget to give some feedback! :-), (*7)

TODO

Implement fully working service with data storing and manipulation based on SQLite or MongoDB., (*8)

The Versions

07/03 2016

dev-develop

dev-develop

DataMobile PHP implementation of SOAP server for DataMobile application

  Sources   Download

MIT

The Requires

 

by Alexander Bogdanov

datamobile

07/03 2016

v0.1.1

0.1.1.0

DataMobile PHP implementation of SOAP server for DataMobile application

  Sources   Download

MIT

The Requires

 

by Alexander Bogdanov

datamobile

07/03 2016

v0.1

0.1.0.0

DataMobile PHP implementation of SOAP server for DataMobile application

  Sources   Download

MIT

The Requires

 

by Alexander Bogdanov

datamobile