aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developerguide
diff options
context:
space:
mode:
authorJakobKrieg <jakob.krieg@bcmsolutions.de>2020-09-08 17:34:30 +0200
committerJakobKrieg <jakob.krieg@bcmsolutions.de>2020-09-08 17:34:36 +0200
commitb708ee62df489337479bd00a4f0cd5b502d2f9c9 (patch)
tree571f124b80870ca7dee75577fee8a8bcb64ed27d /docs/developerguide
parenta6ccdb679ed78b174bb9cb507821827235972632 (diff)
Add Working directory + Fix API names
Issue-ID: CCSDK-2703 Change-Id: I11b452373523a4e5d57d916b50d557e879fd2412 Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
Diffstat (limited to 'docs/developerguide')
-rw-r--r--docs/developerguide/running-bp-processor-in-ide.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/developerguide/running-bp-processor-in-ide.rst b/docs/developerguide/running-bp-processor-in-ide.rst
index a695554a8..83554e2c7 100644
--- a/docs/developerguide/running-bp-processor-in-ide.rst
+++ b/docs/developerguide/running-bp-processor-in-ide.rst
@@ -276,6 +276,9 @@ Import the project into the IDE
-Dserver.port=55555
+ **Browse Working Directory to your application path** ``.../cds/ms/blueprintsprocessor/application``
+ **if path is not already specified correctly.**
+
**Add/replace the following in Blueprint's application-dev.properties file:**
.. code-block:: java
@@ -376,15 +379,16 @@ Testing the application
~~~~~~~~~~~~~~~~~~~~~~~~~
There are two main features of the Blueprints Processor that can be of interest of a developer:
-blueprint upload and blueprint process.
+blueprint publish and blueprint process.
-To upload custom blueprints, the endpoint ``api/v1/execution-service/upload`` is used.
+To upload custom blueprints, the endpoint ``api/v1/execution-service/publish`` is used.
To process, the endpoint is ``api/v1/execution-service/process``.
Postman is a software that can be used to send these request, and an example of
them is present on https://www.getpostman.com/collections/b99863b0cde7565a32fc.
+A detailed description of the usage of different APIs of CDS will follow.
Possible Fixes
~~~~~~~~~~~~~~~~~~~