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

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

 

getResult method

Syntax
WSResult ianywhere.qanywhere.ws.WSBase.getResult(
  String requestID
)
Parameters
  • requestID   The ID of the web service request.

Remarks

Gets a WSResult object that represents the results of a web service request.

Returns

A WSResult instance representing the results of the web service request.

See Also

Class WSStatus