uthadehikaru/idempiere-ws

idempiere web service

v1.2-alpha 2021-07-02 07:41 UTC

This package is auto-updated.

Last update: 2024-03-20 00:58:12 UTC


README

this project is Idempiere 8 Web Service Library for Laravel 8.

this code encapsulate SOAP request to Idempiere web service.

Predefined Route for ModelADService

this is example using predefined web service client Garden World

Requirement

Quick Installation

on your laravel root folder, execute

$ composer require uthadehikaru/idempiere-ws

Configuration

$ php artisan vendor:publish --provider="Uthadehikaru\IdempiereWS\IdempiereWSServiceProvider"

setting your web service configuration on your config/idempierews.php file.

to override default configuration, you can add to end of your .env file. remove # to override default configuration

#IDEMPIEREWS_HOST=
#IDEMPIEREWS_USER=
#IDEMPIEREWS_PASS=
#IDEMPIEREWS_CLIENT=
#IDEMPIEREWS_ORG=
#IDEMPIEREWS_WH=
#IDEMPIEREWS_ROLE=

Usage Example

License

The MIT License (MIT). Please see License File for more information.