@@ -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+ ====
189189Now, Let's build and start the service client application.
190190This might take some time for application to start.
191191[step]
@@ -194,12 +194,20 @@ This might take some time for application to start.
194194buildJava("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====
205213You have successfully created devon4j CXF REST Client.
0 commit comments