fault handler triggered for "100 Continue" messages from web service
i'm using flex/flash "webservice" class connect .net4 web service.
things work fine unless service sends "100 continue" message,
(which seemingly @ random, allowed http1.1).
the problem flex/flash not appear handle message.
it triggers fault handler following message:
"soap response cannot decoded".
the message body pulled flash builder's "network monitor" window (raw view) is:
http/1.1 100 continue
server: asp.net development server/10.0.0.0
date: tue, 21 aug 2012 14:42:25 gmt
content-length: 0
if understand correctly, client using http 1.1 should able handle "100 continue" messages if didn't ask them.
does know what's going on here?
here software versions of involved:
flash plugin: 11.3.300.257 (activex)
flash builder: 4.6
flex compiler sdk: 4.6.0
os: winxp pro, 32-bit, sp3
browser: ie 8.0.6001
web service: .net framework 4
any help/advice appreciated!!
update: problem occurs firefox 12 using debug version of flashplayer 11.3.300.257, don't think it's browser issue... looks flash itself.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment