After configuring your Web service, you can test it to see if it is configured correctly
by starting the Web service and running a client application with it on the standalone GWS. For
production, you will use the GAS.
For this quick start, you must have Genero Business Development Language, and Genero
Application Server installed. Refer to the Genero Installation Guide for installation
guidance.
-
Start the standalone dispatcher from the command line, for details about starting
httpdispatch see Dispatcher: httpdispatch.
-
To check that the mycalculator web service is reachable, you can
retrieve its WSDL. To perform this, enter the address of the Web service application, e.g.
http://localhost:6394/ws/r/mycalculator?WSDL, in a browser tab.
-
To interact with the mycalculator service and show it is working, open
another browser tab and enter the address of the demo applications,
http://localhost:6394/ua/r/gwc-demo.
-
In the Topic tree, navigate to . Double-click on the demo Calculator Soap 1.2.
The Web Services URL dialog appears. From the drop down menu select
the option (Customize) Click here to add your own URL and provide the URL to
your configured web service, e.g.
http://localhost:6394/ws/r/mycalculator.
-
In the Web Services URL dialog, click OK.
You should see a calculator screen and be able to interact with it.