To configure an Axis web service, right-click the service node. Select Configure from the context menu and the Configuration dialog opens.
In the Configuration dialog, you can make the following changes:
You can edit the WSDL file if the web service was created from WSDL, because the WSDL file is downloaded from the original location to the project's xml-resources directory. To open the WSDL file in the IDE's editor, select Edit WSDL from the web service node context menu. After you save the edited WSDL, select Refresh from the web service node context menu. This action regenerates the Java artifacts so they are synchronized with the modified WSDL file.
You can also edit the WSDL file for a web service generated from a Java class. After you modify and save the Java class, select Generate WSDL from the web service node context menu. This action regenerates a WSDL file synchronized with the Java class. Note that Generate WSDL File must be selected in the service's configuration.