Results 1 to 3 of 3

Thread: How to consume xml with amf3 .

  1. #1
    Join Date
    May 2007
    Posts
    16

    Default How to consume xml with amf3 .

    I am using BlazeDS as my Java backend for Flex client. There are some existing Java based web services with which the flex client needs to integrate . The services returns XML now. I was planning to use remoting with AMF3 on Balzeds because of obvious perf reasons , but it seems that is not a possibility if i have to consume xml. I need to use either

    1) XML to ActionScriptE4X

    OR

    2) XML to AS3 .

    "Is there a way for me to use AMF3 with XML response and convert it to AS3 object on client".

  2. #2
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    If you've already got a service producing XML, why would you want to go through an additional server-side conversion to AMF? Seems like unnecessary overhead. I would think that just consuming the XML on the client is the preferred option for those services. No reason you can't mix those with direct RPC AMF services in the same application.
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

  3. #3
    Join Date
    May 2007
    Posts
    16

    Default

    Hi Jeremy,

    The services are returning xml and there is no standard way of consuming xml using AMF in blazeDS.


    Rishi
    Last edited by rishi4you; Sep 4th, 2009 at 02:22 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •