The async call url is build like this:
http://<serverName >:<serverPort>/fmedatadownload/<repositoryName>/<workspaceName>?opt_servicemode=async&opt_responseformat=xml&token=<token>
The result query is build like this:
http://serverName>:<serverPort>/fmerest/jobs/<jobId>/result.xml?token=<token>
The xml response of result query does not contain the result url. If I run download service in sync mode, I can find the result url in xml response of sync call.
What I have to do to get the result url when I call a download service in async mode?