I'm totally confused with one of my server calls. It seems to be that in
certain circumstances one of the parameter object's properties disappear. I
have debugged the application to the point where the server call is made and
debugger says the property exists. But when the server side code is called
there is no value for the property. I know the problem sounds weird, but I
simply can't find the cause of the problem. Has anyone any suggestions?

In below, there are some details from the Network Monitor.


Markus


13:43:12.691    RemoteObject        RPC
13.43:12.942    HTTPHeader          POST
13.43.12.942    AMF                     AMF/Post Message


Here are details for the RPC:

Method: observationFacade.saveObservationDefinition

Parameter 1: 
        name : param1
        type : object
        value[object] : 
                _flag[String] : Envelope
                data[array] : 
                        length[Number] : 1
                        [0][object] : 
                                definition[null] : null
                                id[object] : 
                                        extension[undefined] : undefined
                                        root[undefined] : undefined
                                oid[Number] : 1.19582E+006
                                repeatHigh[Number] : 1
                                repeatLow[Number] : 0
                                statusCode[String] : normal
                                statusOid[null] : null
                                title[String] : Ohjainkatetri(t), 2.suoni
                                valueDefinition[object] : 
code OK ->                              code[String] : as 
                                        ...


And for the AMF Post Message:

Message Target : observationFacade.saveObservationDefinition

data[array] : 
        length[Number] : 1
        [0][object] : 
                _flag[String] : Envelope
                data[array] : 
                        length[Number] : 1
        
[0][com.intensium.iwiser.business.observation.ObservationVO] : 
                                definition[undefined] : undefined
                                id[com.intensium.iwiser.business.IdVO] : 
                                        extension[undefined] : undefined
                                        root[undefined] : undefined
                                oid[Number] : 1.19582E+006
                                repeatHigh[Number] : 1
                                repeatLow[Number] : 0
                                statusCode[String] : normal
                                statusOid[null] : null
                                title[String] : Ohjainkatetri(t), 2.suoni
        
valueDefinition[com.intensium.iwiser.business.observation.ValueDefinitionVO]
: 
code missing ->                 code[undefined] : undefined
                                        ...



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to