
174 IBM Workplace Forms: Guide to Building and Integrating a Sample Workplace Forms Application
Example 5-10 Web service implementation after completing with implementation code
/**
* ProductCatalogPortSoapBindingImpl.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package WPFormsRedpaper;
import forms.cam.itso.ibm.com.DB2ConnectionForms;
public class ProductCatalogPortSoapBindingImpl implements
WPFormsRedpaper.ProductCatalogPortType{
public java.lang.String GETPRODUCTLIST(java.lang.String FILTER) throws
java.rmi.RemoteException {
String prodList = DB2ConnectionForms.getInventoryList();
return prodList; ...