Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK 2.0.1 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
The SOAP Header handler is called three times for each child in the Soap Header.
Make a soap request and watch the response that is returned for the soap header.
_service.addEventListener(HeaderEvent.HEADER,_soapHeader.Header);
If the header(s) could be stored on the ResultEvent and FaultEvent then this would make processing much easier and avoid having to track n-number of header events for any given response.
Actual Results:
Expected Results:
Workaround (if any):