hi,
I have problems invoking the remote object. I have configured the remoting-config.xml file where i included the destination as
<destination id="Loginchk">
<properties>
<source>com/domain/Loginchk</source>
<scope>application</scope>
</properties>
</destination>
<properties>
<source>com/domain/Loginchk</source>
<scope>application</scope>
</properties>
</destination>
And in the service-config.xml i have given the amf channel defination like this:(i changed the uri to *....
<channels>
<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
<endpoint uri="*" class="flex.messaging.endpoints.AMFEndpoint"/>
<properties>
<polling-enabled>false</polling-enabled>
</properties>
</channel-definition>
<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
<endpoint uri="*" class="flex.messaging.endpoints.AMFEndpoint"/>
<properties>
<polling-enabled>false</polling-enabled>
</properties>
</channel-definition>
Now the error that this showz is that :
"error Requested resource flex\Emergent\* not found"
Help me plzz!!!
Madhuri
Stay in the know. Pulse on the new Yahoo.com. Check it out. __._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Software development tool | Software development | Software development services |
| Home design software | Software development company |
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___

