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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for web services » WSBase class

 

getResult method

Syntax
WSResult 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

WSStatus class