Application server event messages
The following table describes the specific app_server events that the NetConnection Debugger
reports and the information it displays for each event:
Event type
Error
HttpRequest
Header
AmfRequest
Header
AmfResponse
Header
AmfMethod
Call
AmfResponse
Call
AmfStatusCall The Flash gateway or
Information
Triggering event
An unresolved error occurred
in the Flash Remoting
gateway or adapter. These
errors should not occur in
normal processing.
The gateway received an
HTTP request.
The gateway received an
AMF request message. Each
HTTP request received by
the gateway includes an AMF
request.
The gateway returned a
response to the Flash
Remoting client. This event
occurs for each HTTP
request.
The gateway received a
service function call. A single
AMF request can contain
multiple AMF method calls.
The Flash gateway sent result
data to the client.
application server threw an
exception.
Server or AMF status
information.
Information fields
Data Any object associated with the error event.
Normally an Exception object.
Message A message that describes the error.
HTTPHeaders The contents of the HTTP request
headers.
AmfHeaders The contents of the AMF headers.
The headers include the Credentials header, if the
Flash Application uses the
method, and the amf_server_debug header, which
contains the NetConnection Debugger app_server
debugging settings.
AmfHeaders The contents of the AMF headers
sent in the response, if any. The gateway returns a
header if the client does not support cookies and
URL rewriting is being used for session
management.
MethodName The service function being called.
Response URI The client-side identifier for the
responder. This value is internally generated by Flash
Remoting.
Parameters The arguments passed to the service
function.
MethodName The Response URI identified by the
AmfMethodCall message, followed by
Response URI Normally "(undefined)".
Parameters
The data returned by the service
function.
MethodName The Response URI identified by the
AmfMethodCall message, followed by
Response URI Normally "(undefined)".
Parameters An error object that describes the
error. For more information about the error object,
see
"The error object" on page
Message A message that provides information
about the status.
setCredentials()
/onResult
/onStatus
170.
NetConnection events
.
.
93
Need help?
Do you have a question about the FLASH REMOTING MX-USING FLASH REMOTING FOR FLASH MX 2004 ACTIONSCRIPT 2.0 and is the answer not in the manual?