Book Image

ADempiere 3.6 Cookbook

Book Image

ADempiere 3.6 Cookbook

Overview of this book

Table of Contents (16 chapters)
ADempiere 3.6 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Configuring Web services


Now that we can build, deploy, and test the sample login service to verify the deployment, we can configure our ADempiere instance so that we can start configuring our new Web services and run them. Here we will see what we must do in order to configure our ADempiere instance for Web services support.

Getting ready

Make sure that you have followed the steps mentioned in the Building Web services support recipe to build and deploy the Web services.

How to do it...

  1. 1. Log in to the adempiere360 database using the adempiere/adempiere credential.

  2. 2. Import the following SQL files from the 3E_WebServices\migration folder:

    • WS001_WebServices.sql: This creates the tables and windows to define the Web service security, as shown in ADempiere Web Services Security

    • WS002_WebServicesDefinition.sql: This creates the definition of the currently supported Web services and methods

    • WS003_WebServicesConfigGardenWorldSample.sql: This creates the role, user, and two sample tests for testing...