I have met a problem in using the above mentioned modules.
1) I have an app using "normal" HttpJob and HttpUtil2Service modules. For "Normal" I mean the modules found when they were originally introduced in the site. This app work fine, Posts and receives answers from a WebService.
2) I decided to add a Download feature (download a pdf manual), so I went here to find something useful and found the LargeFileDownload example.
3) It is using "same" additional modules, apparently, so I thought to use the modules used in (1) and not those posted with the LargeFileDowload example. Moreover, at a file compare, they were "very similar" (I know that to tell this is funny in programming topics).
4) As a matter of fact I got and error in compilation.
5) To find a quick solution, I substituted the two modules in my original App with those included in LargeFileDownload project. So, at this point, the HttpJob and HttpUil2Service are these latter.
6) App compiles and, as expected, executes the download, but crashes in old operations.
I attach the log.
Thanks if anybody can help.
1) I have an app using "normal" HttpJob and HttpUtil2Service modules. For "Normal" I mean the modules found when they were originally introduced in the site. This app work fine, Posts and receives answers from a WebService.
2) I decided to add a Download feature (download a pdf manual), so I went here to find something useful and found the LargeFileDownload example.
3) It is using "same" additional modules, apparently, so I thought to use the modules used in (1) and not those posted with the LargeFileDowload example. Moreover, at a file compare, they were "very similar" (I know that to tell this is funny in programming topics).
4) As a matter of fact I got and error in compilation.
5) To find a quick solution, I substituted the two modules in my original App with those included in LargeFileDownload project. So, at this point, the HttpJob and HttpUil2Service are these latter.
6) App compiles and, as expected, executes the download, but crashes in old operations.
I attach the log.
Thanks if anybody can help.