Designer 10.15 | Web Services Stack Help | Managing Web Service Packages | Configuring Web Service Packages | Adding Supplementary Source Files to Web Service Packages
 
Adding Supplementary Source Files to Web Service Packages
You can add supplementary source files and Java classes to existing Web service packages using the Archive tab in the Web service package editor.
*To add supplementary source files to a Web service package
1. In Designer, open the Project Explorer view.
2. Double-click to open the Web service package you want to configure.
By default, the Web service package editor opens the Archive tab.
3. To add a supplementary source file to the META-INF directory:
a. In the Archive Structure area, click Add.
b. Select and open the source file you want to add as a META-INF file, and click OK.
4. To add a supplementary source file and expose it as a Web service:
a. In the Web Service Files area, click Add.
b. Select and open the source file you want to expose as a Web service, and click OK.
You can select a WSDL file or a Java class file as a source file on the file system.
Note:
The source file you expose must be in the same Java project where you create the Web service. You cannot expose external files as Web services in the current Java project.
5. Save your changes.
Related Topics