File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,24 @@ WxSAPIntegration is a webMethods Integration Server package that gives a quickst
7
7
* Developed and tested on Integration Server 10.11
8
8
* webMethods SAP Adapter
9
9
10
- ## 1. Install WxSAPIntegration package
10
+ ## 1. Configure Integration Server/ Microservices Runtime
11
+ 1 . Set "watt.server.url.alias.partialMatching" to "true" in Extended Settings.
12
+ 2 . Restart the server after making the changes.
13
+
14
+ ## 2. Install WxSAPIntegration package
11
15
1 . Download the latest release of WxSAPIntegration.zip from Releases section.
12
16
2 . Copy WxSAPIntegration.zip to /${SAG_HOME}/IntegrationServer/instances/${INSTANCE}/replicate/inbound directory.
13
17
3 . Login to Integration Server Admin Console http://${HOST_NAME}:5555.
14
18
4 . Go to Packages > Management in the left side menu and click Install Inbound Releases.
15
19
5 . Choose WxSAPIntegration.zip from dropdown and click Install.
16
20
17
- ## 2 . Configure SAP Connection
21
+ ## 3 . Configure SAP Connection
18
22
1 . Go to http://${HOST_NAME}:5555/WxSAPIntegration/.
19
23
2 . Login using Administrator user, if not logged in already.
20
24
3 . Go to Configuration in left side menu to configure SAP connection parameters.
21
25
4 . Go to Dashboard in left side menu to enable the connection.
22
26
23
- ## 3 . Consume APIs
27
+ ## 4 . Consume APIs
24
28
1 . Go to http://${HOST_NAME}:5555/WxSAPIntegration/.
25
29
2 . Login using Administrator user, if not logged in already.
26
30
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.
You can’t perform that action at this time.
0 commit comments