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