alecswan
10-26-2004, 11:04 PM
Greetings.
I have a webservice running on my machine. I am trying to make several SOAP calls to this webservice from my flash movie. It all works fine when I run the flash movie on my machine. All the calls are run within a single connection. However, when I run the movie on a remote machine the connection is closed and opened for every SOAP call. Therefore, all the calls run in their individual sessions.
How can I make the connection persist for the whole duration of the movie when the movie and the webservice are running on different machines?
Thanks.
I have a webservice running on my machine. I am trying to make several SOAP calls to this webservice from my flash movie. It all works fine when I run the flash movie on my machine. All the calls are run within a single connection. However, when I run the movie on a remote machine the connection is closed and opened for every SOAP call. Therefore, all the calls run in their individual sessions.
How can I make the connection persist for the whole duration of the movie when the movie and the webservice are running on different machines?
Thanks.