Developer Tools
JDeveloper
JDeveloper creates a web service proxy class from a web service description (WSDL), which is a description language that defines how to communicate with a web service.
When you use the Create Web Service Proxy wizard to generate a Java proxy for calling the web service, you will need to specify the location of the web service description.
If you have not already started the web service you created in the previous cue card, do it now before you launch the web service proxy wizard. To start the web service, in the Application Navigator, right-click the
CreditRating.java node and choose
Test Web Ser
vice
.
In the HTTP Analyzer test window, take note of the
WSDL URL. For example,
http://localhost:7101/ServiceFromClass-Project1-context-root/CreditRatingSoap12HttpPort?WSDL.
When you use the Create Web Service Proxy wizard to generate a Java proxy for calling the web service, JDeveloper generates a service implementation class and a service interface for you.
Copyright © 1997, 2009, Oracle. All rights reserved.