After successfully executing the runproducer script, verify that Adaptive Server Enterprise Web Services is enabled and that the Web Services Producer component is running.
Verifying that Adaptive Server Enterprise Web Services is enabled
To verify that Adaptive Server Enterprise Web Services is enabled:
Execute the following command on Adaptive Server Enterprise:
sp_configure ’enable webservices’
If Adaptive Server Enterprise Web Services is enabled, an informational message indicating this is added to the producer.log file. If Adaptive Server Enterprise Web Services is not enabled, a warning message indicating this is added to the producer.log file.
Verifying that the Web Services Producer component is running
To verify that the Web Services Producer component is running:
Enter the following URL in the location window of your browser:
http://producer_host:producer_port
where:
producer_host indicates the machine on which the Adaptive Server Enterprise resides.
producer_port indicates the port for the Web Services Producer component.
If you are using SSL, use a URL like the following:
https://producer_host:producer_ssl_port
where:
host_machine indicates the machine on which the Adaptive Server Enterprise resides.
producer_ssl_port indicates the port for the Web Services Producer component.
A browser error indicates that the Web Services Producer component is not running.