Configuring your service

The first step is to configure the service that your application is going to call. The template uses a web service connector. If you are using a web service as your data source, you can configure the web service connector in the Parameters tab in the Component Inspector panel. Enter the URL to the service in the WSDL field, then choose the operation your application will call.

You can replace the web service connector with another connector appropriate to your application from the Components panel. If you choose your own connector, you can safely delete the web service component, but you must edit the actions in Frame 1 of the Application form to replace "wsc" with the instance name of the connector you created. This ensures that the Submit button triggers your service.

For more information about web service and other connectors, see Components Dictionary.