New Web Service from WSDL Wizard: Name and Location
See Also
The New Web Service from WSDL wizard creates a new Web Service
from a WSDL file.
You open the New Web Service from WSDL wizard by right-clicking a web application,
choosing New > Other and selecting Web Service from WSDL from the Web Services category.
In the Name and Location page, you have to set the following properties:
- Web Service Name. Specifies the name of the web service. The name is used to name the
files that are created by the web service wizard. By default, for JAX-RPC web services, they are named as follows:
- NewWebService-config.xml
- NewWebServiceImpl.java
- NewWebServiceSEI.java
- Location. Specifies the source root where the web service files will be created.
By default, you only have one source root, the src folder. To add additional source roots,
right-click the project node in the Projects window, choose Properties, click Sources, and define
a new source package folder.
- Package. Specifies the package name where the web service files will be housed.
- WSDL File.
- Web Service Port.
- See Also
- About Web Services
Legal Notices