To use Web services with Unwired Accelerator:
You must use the version of global.properties.xml installed with Unwired Accelerator, which includes the WebServiceRoot property in the UWP property group.
Unwired Accelerator comes preconfigured to use Web services. You can verify or change Web services configuration settings in the webservices.properties.xml file.
Both files are located in:
Tomcat %SYBASE%\tomcat\webapps\onepage\config
See the Unwired Accelerator Administration Guide for information about the configuration settings.
If you get a Secure Sockets Layer (SSL) certificate error while trying to publish a Web service to a registry using HTTPS, use one of these options to resolve this:
Install a new version of Java (for example, JDK 1.5.0.x) and run Unwired Accelerator with that version. The root certificate on the registry site should already be installed in your default keystore file—cacerts.
Use your browser to download a root certificate (issued from Verisign), then use keytool to import this certificate to your default keystore (cacerts), or a newly created keystore. If you import the certificate to a new keystore, you must also point the client keystore property to the new keystore:
[System.setProperty("javax.net.ssl.keyStore", "...")]
Register accounts with the UDDI public registries, then publish your Web service.
The TrySybase registry does not provide a site to register
an account; use
guest
(user
name) and guest
(password)
as the account login to publish to the Sybase registry.