Quantcast
Channel: Togotutor.com » soa
Viewing all articles
Browse latest Browse all 5

SOA Composite Application Database Adapter Demonstration Part 3

$
0
0

soa

soa


In part 3 of the SOA Composite Application Database Adapter Demonstration Tutorial, we are going to deploy and test our application.

1. Start the Oracle JDeveloper.

2. To deploy the code from JDeveloper, we first need to create a connection to the Application server, where we are planning to deploy the code.

3. Click on Resource Palette on top right of the JDeveloper.

create-app-server-connection

create-app-server-connection

4. Select the Connection Name and Connection Type:

create-app-server-connection-2

create-app-server-connection-2

5. Specify username and password to authenticate the connection.

6. Add the connection information: like domain name, host and port information.

create-app-server-connection-3

create-app-server-connection-3

7. Click NEXT to test the connection:

create-app-server-connection-4

create-app-server-connection-4

8.Click NEXT and Finish. Now, Click on Resource Palette on top right of the Jdeveloper and expand the newly created connection.

create-app-server-connection-5

create-app-server-connection-5

9. Now, as we have created the connection. Its time to do the deployment of our application. Right Click Account Status Application –> Deploy –> Account Status as shown in the figure below:

deployment-step-1

deployment-step-1

10. Select deployment action from the list below:

deployment-step-2

deployment-step-2

11. Select composite version ID.

deployment-step-3

deployment-step-3

12. Select the newly created application server connection, then choose the target server:

deployment-step-4

deployment-step-4

13. Click NEXT to verify Deployment Summary and then Click FINISH. From the server-diagnostic logs you will see the message for successful deployment.

deployment-verification-logs

deployment-verification-logs

14. Now, as we have deployed the application. Now, it`s time to test the application.

15. Login to the em console http://localhost:port/em and then expand Farm –> SOA –> soa-infra –> default to look for the application we deployed : AccountStatus [1.01] and click Test Service.

test-service-1

test-service-1

16. Now add the following account number as shown below. The following account number(512300001000) is of John Morrison, according to the data we populated into the database in our first tutorial.

create-table-tutorial-1

create-table-tutorial-1

test-service-2

test-service-2

17. Then Click Test Web Service. The response we get is CURRENT. What it means that the account number is currently active for user John Morrison.

response-1

response-1

18. Now, let`s create another request with another account number: (612600001000). The following account number(612600001000) is of Mark Simpsons. According to the data we populated into the database in our first tutorial.

test-service-success

test-service-success

19. Then Click Test Web Service. The response we get is EXPIRED. What it means that the account number is currently expired for user Mark Simpsons.

response-3

response-3

So We got successful responses as expected to both our requests.

This ends our three part SOA development Tutorial using a DB adapter. You can download the complete source code from here.


Viewing all articles
Browse latest Browse all 5

Trending Articles