Skip to content

Commit 6cb8b2a

Browse files
author
dixyushi
committed
fixed review comments
1 parent e9c853c commit 6cb8b2a

2 files changed

Lines changed: 14 additions & 18 deletions

File tree

devon4j-http-rest-client/files/startServer.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

devon4j-http-rest-client/index.asciidoc

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ changeFile("httprestclient/core/src/main/resources/config/application.properties
185185
**service.client.app.httprestserver.user.password** :- It is used to set password.
186186
====
187187

188-
188+
====
189189
Now, Let's build and start the service client application.
190190
This might take some time for application to start.
191191
[step]
@@ -194,12 +194,20 @@ This might take some time for application to start.
194194
buildJava("httprestclient", false)
195195
--
196196
197+
* Once, application builds successfully. Open new terminal by clicking "+" and wait for it to load.
198+
* Now, Copy and execute below command to navigate into client server.
199+
`cd devonfw/workspaces/main/httprestclient/server`
200+
* Now, Copy and execute below command to start the application.
201+
`devon mvn spring-boot:run`
197202
198-
[step]
199-
--
200-
nextKatacodaStep("Start the CXF CLient Server", [{ "file": "files/startServer.md" }])
201-
--
202-
203+
To test Synchronous method, follow below steps.
204+
* Click on "+" next to terminal tab
205+
* Select "select port to view host"
206+
* Enter the port number "8081"
207+
* In the url, append "/httprestclient/services/rest/devon4jrestclient/response/"
208+
* Enter username as "admin" and password as "admin"
209+
* You will be able to see response "Welcome to rest api"
210+
====
203211

204212
====
205213
You have successfully created devon4j CXF REST Client.

0 commit comments

Comments
 (0)