Developer Tools
JDeveloper
Before you can test the Java client to the web service proxy, the web service must be up and running to process the client request.
If you have already started the web service in JDeveloper by previously right-clicking the
CreditRating.java node in the Application Navigator and choosing
Test Web Service
, you don't have to do anything else.
If the web service is not already running, in the Application Navigator, under
Project1, right-click the
CreditRating.java node and choose
R
un
.
When the web service is running, you are ready to run the Java client to the web service proxy. In the
RatingProxy project in the Application Navigator, right-click the
CreditRatingSoap12HttpPortClient.java node and choose
R
un
from the context menu.
Copyright © 1997, 2009, Oracle. All rights reserved.