Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.ws package » Class WSBase

setRequestProperty method Next Page

setServiceID method


Synopsis

void ianywhere.qanywhere.ws.WSBase.setServiceID(
String serviceID
)

Parameters
Remarks

Sets a user-defined ID for this instance of WSBase.

The service ID should be set to a value unique to this instance of WSBase. It is used internally to form a queue name for sending and receiving web service requests. Therefore, the service ID should be persisted between application sessions, in order to retrieve results of web service requests made in a previous session.