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

Popular posts from this blog

Operational Branch in OSB

How to create application and project in OSB 12c, Hands on OSB 12C, Introduction of OSB, Differance Between OSB 11g and OSB12C

Business service called in another service, Use of business service