Importing and creating resources for web services
In order to create a web service or web service client you must find, import, or create the resources that the web service or client will use.
If you are creating a bottom-up web service you must import or
create a Java™ bean or EJB.
- For information on developing EJBs, refer to the Developing enterprise applications section of the online help.
If you creating a top-down web service you must create or import
a WSDL file.
- To import a WSDL file refer to Importing a WSDL file.
- To create a WSDL file, refer to Creating a WSDL file.
If you are creating a web service client you must have an existing
web service in your workspace, or discover an existing web service
and import its WSDL file.
- To discover a web service refer to Discovering web services.