Skip to content

SoftwareAG/WxSAPIntegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WxSAPIntegration

WxSAPIntegration is a webMethods Integration Server package that gives a quickstart to develop or demo an integration into SAP ECC. It provides user-friendly custom UI that specifically allows to configure and manage the a SAP connection. It comes with some example REST APIs like Get all customers, Get customer by id, Search customers, Get all equipments, Get equipment by id, Search equipments, Search sales orders and Create sales order.

Pre-requisites

  • webMethods Integration Server
    • Developed and tested on Integration Server 10.11
  • webMethods SAP Adapter

1. Configure Integration Server/ Microservices Runtime

  1. Set "watt.server.url.alias.partialMatching" to "true" in Extended Settings.
  2. Restart the server after making the changes.

2. Install WxSAPIntegration package

  1. Download the latest release of WxSAPIntegration.zip from Releases section.
  2. Copy WxSAPIntegration.zip to /${SAG_HOME}/IntegrationServer/instances/${INSTANCE}/replicate/inbound directory.
  3. Login to Integration Server Admin Console http://${HOST_NAME}:5555.
  4. Go to Packages > Management in the left side menu and click Install Inbound Releases.
  5. Choose WxSAPIntegration.zip from dropdown and click Install.

3. Configure SAP Connection

  1. Go to http://${HOST_NAME}:5555/WxSAPIntegration/.
  2. Login using Administrator user, if not logged in already.
  3. Go to Configuration in left side menu to configure SAP connection parameters.
  4. Go to Dashboard in left side menu to enable the connection.

4. Consume APIs

  1. Go to http://${HOST_NAME}:5555/WxSAPIntegration/.
  2. Login using Administrator user, if not logged in already.
  3. Go to OpenAPI tab in the left side menu to see the OpenAPI specification based documentation of all the REST APIs provided by WxSAPIntegration.
  4. Use any REST client to consume the APIs.

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.