Creating a WSDL Document
See Also
Web Services Description Language (WSDL) is an XML-based specification
for describing a web service. WSDL defines a web service as a set of endpoints or
ports operating on messages.
WSDL is extensible to allow the description of endpoints and their associated
messages regardless of what message formats or network protocols are used to communicate.
To create a WSDL file:
- Install the WSDL plugin, under Tools > Plugins.
- In the Projects window or Files window, right-click the project node
and choose New > Other. In the New File wizard, choose XML
under Categories and choose WSDL Document under File Types. Click Next.
The New WSDL File wizard opens.
- Type the WSDL file name name and specify a folder to house it.
- Specify the namespace of the elements (such as
message, portType, binding) defined in the WSDL file.
- Specify the XML schemas needed by the WSDL file, if any.
- Click Finish.
The IDE creates a WSDL file for you, with default code that you can modify
according to your business needs.
- Create a web service from the WSDL file.
- See Also
- About Web Services
- About Implementing Web Services
- Creating a Web Service from Java
- Creating a Web Service from a WSDL File
Legal Notices