|
-
Select the AreaServiceSOAP.wsdl file in the
AreaProject\area\WebContent\wsdl foler created in
Creating top down Web service
tutorial.
.
Do not select the AreaService.wsdl
file in AreaProject\area\WebContent.
-
Open File -> New -> Other... -> Web Services -> Web
Service Client.
-
Select
Test the Web service
and
Overwrite files without warning
.
- Click Next.
-
Type in
AreaProjectClient
as the name of the Client project.
If you want to choose a server different from the one
defaulted by the wizard, click the
Edit
button to:
select a server
.
-
Click
Finish
.
.
-
It will take about one minute for the wizard to assemble
the Web service client Web projects, start Apache
Tomcat, and deploy the projects to Tomcat. Once
finished, the generated Sample JSP Web application will
appear in the browser view.
-
Under
Methods
, click on
calculateRectArea
.
-
Under
Inputs
, enter
2.0
and
5.0
into the height and width entry field.
-
Click on
Invoke
. In the Result view, you should get a response of
10.0
.
|