Hi,
I use the code below to access an axis WebService.
If I create one instance of these class and call the get method (more than once), all
results (Flight[]) aren't garbage collected.
What am I doing wrong or what could be done in another way?
Thanks for your help,
Manuel
public class Fl
> Hi,
>
> I use the code below to access an axis WebService.
> If I create one instance of these class and call the get
> method (more than once), all results (Flight[]) aren't
> garbage collected.
> What am I doing wrong?
>
> Thanks for your help,
> Manuel
>
>
>
>
> public class Flights
Trunk Manuel would like to recall the message, "memory leak".
Hi,
I use the code below to access an axis WebService.
If I create one instance of these class and call the get method (more than once), all
results (Flight[]) aren't garbage collected.
What am I doing wrong?
Thanks for your help,
Manuel
public class Flights implements FlightsIF {