How to call Java APIs from Genero in a SOA environment / Calling Java from Genero |
Compile the previously created java class, and run it.
$ javac BarcodeService.java $ java BarcodeService
Once the service is started, it is ready to accept requests and you can also retrieve its WSDL at following URL:
http://localhost/9090/BarcodeService?WSDL