How to call Java APIs from Genero in a SOA environment / Calling Java from Genero |
@WebService(targetNamespace = http://www.mycompany.com/barcode ", name="Barcode", serviceName="BarcodeService") public class BarcodeService{ ... }
This defines all public and non static methods of the class as operations of the BarcodeService Web Service.