Hi,
I have got the same problem about keep-alives. it drive me crazy for
all the week... I don't have the solution but may be an extra
information for you ?

Here is my problem : I load a wsdl file from a SOAP webservice
successfully, and try to get result from a first method. The message
is sent to server and response come back well to the browser but not
to the flash player ! So Flash player webservice goes to timeout... 

The probleme occurs in case of (one of the following or both of them) :
- gzip or deflate compression is activated in response from server to
client and compressed response exceeds about 8Kb (response lighter
than 8 Kb will success !!!)
- keep-alive are enabled

Very strange problem...
Did you find any solution or workaround ?
Did you heard more information about this problem ?

For information my Soap Webservice is hosted on a apache 2.2.3 linux
webserver with php 5.2.0-8+etch7. The problem for me occurs with mac
FF, mac safari, Win FF, Win IE.

Thanks in advance for your response.
Mickael

--- In [email protected], "zkiiito" <[EMAIL PROTECTED]> wrote:
>
> Hi!
> 
> We're developing a ria using: cakephp, cakeamfphp (amfphp 1.2), flex2,
> cairngorm, and renaun's remoteobjectamf0.
> 
> testing the app in firefox (2.0.0.4) causes some strange behaviour
> when the connection is set to keep-alive: when flex calls a service
> for the second time, the responder functions doesn't run at all. data
> is returned according to firebug. in IE7, no problems at all. if we
> turn off keep-alive (connection: close), it works in firefox too.
> could this be fixed by some browser settings or somehow? anyone else
> suffered from this? (not an ssl connection)
> 
> our other question is, how is that possible to authenticate only once
> in amfphp, when we got lots of controllers? if we use setcreditentals
> in a controller, it works only on methods in that controller. does
> flex use different sessions for multiple remoteobjects, even if they
> are on the same address?? or how does this part work? should I use
> only one remoteobjectamf0 and change the source parameter in each
> delegate?
> 
> thanks a lot:
> --
> zkiiito
>


Reply via email to