1

The problem i am facing right now is a filename.php generates filename.xml.... and this filename.xml is called in my Flex Tree.

Now everytime i update my DB, the values are not getting reflected into filename.xml unless i call the filename.php

Now how would i call filename.php from flex which will make the update of xml...

I have tried HTTPService and its not working.

Kevin
  • 23,174
  • 26
  • 81
  • 111
  • 1
    HTTPService is the way to go. Please post the code fragments of both your php and flex HTTPService so that we can see why it isn't working. – Chetan S Jul 20 '09 at 16:47

1 Answers1

1

In Mapping PHP and Flex Objects you said

I am using ZendAMF for remoting.

Why not sending the xml data (maybe but not necessarily as xml document) the same way, i.e. via AMF/ZendAMF ?

Community
  • 1
  • 1
VolkerK
  • 95,432
  • 20
  • 163
  • 226