Previous Topic: Check StatusNext Topic: Ignore Request


Retrieve Results

Use the following code to retrieve results:

...
exportView = proxy.asyncGetResponse(id) //Perform the retrieval of the results
...
<retrieve export view data>
...

Note: If required, you can substitute the asyncXMLGetResponse for the asynchronous asyncGetResponse method.