How to Deploy and Test the Service in OSB
By using deployment we can deploy our service to the server and test the service is it working as aspected or not.
How we can deploy the service to server.
Solution:-
We have multiple projects in Jdeveloper, I want to deploy HelloWorld to the server.
Right-click on the Helloworld project--->Deploy--->HelloWorld
Note:- If you are deploying first time then you need to configure the port nos, username and password
as mentioned below:-
Click on Next then Choose the server
Click on Next then Finish
Now you go to the bottom side, you have deployment tab here you check the deployment is successful or not.
Its shows deployment finish
means deployment done successfully, Now we go to the Server and test the service
In-Browser open https://localhost:7101/em
Give the credentials username and password.
After login we find like this page
Click on Target navigation (Rounded by red mark)
Open SOA folder the click on Service bus domain
Appears like below window
Click on Projects tabs
and Click on the project you wanted to test
Click on Operation tab then click on the pipeline
Click on Test button, and test the service
Provide the Input and Click on execute button
we get the appropriate output as per the mentioned input.
Comments
Post a Comment