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.
If you creating a top-down Web service you must create or import 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.

Feedback