i used drupal 6.22 and flex 4.5.
and i enabled modules
Views and AMFPHP and Services and Services Views.
I created a content type recipe and created view recipes_all in drupal.
and I enabled resource node and view and path endpoint :services/amfphp in services module .
I created a "services-config.xml" in flex 4.5
i set flex compiler : -locale en_US -services "services-config.xml"

How do I bind to data in dataGrid ?
when I clicked bind to data... and select Php I do not know what do i select php class.
please guid me
thanks

<?xml version="1.0" encoding="UTF-8"?>
<services-config>
  <services>
    <service id="amfphp-flashremoting-service"
                 class="flex.messaging.services.RemotingService"
                 messageTypes="flex.messaging.messages.RemotingMessage">
            <destination id="amfphp">
                <channels>
                    <channel ref="my-amfphp"/>
                </channels>
                <properties>
                    <source>*</source>
                </properties>
            </destination>
        </service>
    </services>

    <channels>
        <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://localhost/action/services/amfphp" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>
    </channels>
</services-config>

Comments

marcingy’s picture

Project: Services » AMFPHP
Version: 6.x-3.x-dev » 6.x-1.x-dev

Moving to queue for flash

avpaderno’s picture

Priority: Major » Normal
Status: Active » Closed (outdated)

I am closing this issue, since it has been opened for a version that does not use a supported Drupal release. Furthermore, this project does not have versions for a supported Drupal release.