Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

need help for http services

Avatar

Level 2
Hi All,



I am getting results from XML using http services

see bellow

EX:

<mx:HTTPService id="simpletestFood"

url="assets\foodlist.xml"

result="foodList=simpletestFood.lastResult.list.food"/>



But now i need to get data from java .

So Could you please suggest me , how to integrate with java
means in http service how to give my java(POJO) class--> methods
name.

And Please send me sample code for this.



2 Replies

Avatar

Level 2
Here is a tutorial on the remote object service. HTH.
http://www.flexlive.net/?p=92

Avatar

Level 2
I can able to integrate with java using remote object.

Now I want know , integrate with java using HTTPservices.

please help me