Using JDeveloper to test a secured service
In this recipe, we will create a JDeveloper client for testing the secured OSB service created in the previous recipe. We will use the client certificate store created in the previous recipe.
Getting ready
For this we will need the OSB project from the previous Securing a proxy service using certificate authentication and protecting the message recipe.
The finished solution can be imported into Eclipse OEPE from \chapter-11\solution\securing-a-proxy-service-with-cert-auth-and-msg-protect
.
How to do it...
In JDeveloper, we will create a new application workspace with a generic project. The generic project will be used to generate a web service proxy based on the WSDL of the customer proxy service.
In JDeveloper, perform the following steps:
Click File | New....
Choose Generic Application in the General category.
Enter
OWSM
into the Application Name field.Click Browse, right to the Directory field and select the
workspace
folder.Enter
osb.cookbook.owsm
into...