1.      The Services.mxml including 

        1.      Remove endpoint 
        2.      Remove source 
        3.      Give Named value (to match the named value in my
Flex-Config and Gateway-Config)

[Pete] (1.2) & (1.3) Yes... But for (1.1) if you remove the endpoint,
you then have to change the default value for all RemoteObjects'
endpoint url in flex-config.xml. If you plan to use Flex to compile
several applications, it's probably best to keep the endpoint attribute
for this CF-based RemoteObject.



2.      The Flex-config.xml configuration including 

        1.      The AMF gateway path (to point to the same path as my
endpoint)
                
        2.      The source (to point to the same path as my source as
originally in services.mxml)
                
        3.       ID names (that match the object name in Services.mxml) 


[Pete] (2.1) See comment for (1.1). The entry in flex-config.xml will
look something like this:

            <object name="usersService">
 
<source>wwwroot.MYDOMAIN.model.user.usersService</source>
            </object>

(To be honest, you may not even need the source for MXML compile time
validation... I apologize for not testing it right now.)



3.      A Gateway-Config with 

        1.      The source (to point to the same path as originally in
my Source in services.mxml)
                
        2.       ID names (that match the object name in
Flex-Config.xml) 

[Pete] Correct.



 
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