Testing SOA project


In this post we will see how to Test SOA composite flow.



Login into url -> http://localhost:7101/em   with your weblogic login credentials. (You have given credentials while creating a domain)

Next at left hand side, expand SOA and click on soa-infra
Next Select Deployed Composites tab and select our SOAHelloWorldProject.

Next click on Test button.

Now on Request tab, enter request details in the input fields and click on Test Web Service button located at bottom.

Now you can observe the Hello World message on Response tab.
full name --> firstname and lastname are appended.
message --> Hello World.

Deploying SOA Project

In this post we will see how to deploy the SOA project.

Before you deploy the project make sure weblogic server  is already running.

Now right click on the project and click on deploy by selecting the project.

Click on Next in Deployment Action dialog.


select check box "Overwrite any existing composites with the same revision ID." and click on Next in "Deploy configuration" dialog.

click on Next in Select Server dialog.


click on Next in SOA Servers dialog.


click on Finish in Summary dialog.

Verify is SOA build success in SOA tab.

Verify is deployment success in Deployment tab.