how to configure the remote object if I implement security in flex 3
i’m beginner , have little problem, please me...
i have tried example project provide spring-flex-testdrive. , results indeed helpful beginners. , when create project in secured section make using flex project. had little problem when implementing remote object in the remote config , setting @ web.xml, , when running out the error message
“send failed, error channel.connect.failed netconnection.call.failed: http: status 404: url: ‘ http://localhost:8080/webcontent/messagebroker/amf ‘-client.error.messagesend ”
please me …
lot
if security, mean need use https, need use secureamfendpoint in flex server configuration:
<channel-definition id="my-secure-amf"
class="mx.messaging.channels.secureamfchannel">
<endpoint url="https://{server.name}:9100/dev/messagebroker/
amfsecure" class="flex.messaging.endpoints.secureamfendpoint"/>
</channel-definition>
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment