I found the following example:
<mx:HTTPService contentType="application/xml"
id="reviewCreateRequest" result="reviewRequest.send();" url="" href="http://">http://
localhost:3000/reviews/create" useProxy="false" method="POST">
<mx:request xmlns="">
<review>
<title>{fTitle.text}</title>
<author>{fAuthor.text}</author>
<score>{fScore.value}</score>
<text>{fText.text}</text>
</review>
</mx:request>
</mx:HTTPService>
Now, is there a way to convert VOs to XML with less effort?
-Riku Räisänen
--- In [email protected], "riku.raisanen" <[EMAIL PROTECTED]>
wrote:
>
> Okay, thank you for your previous help. I had my mind stuck on the
old
> render-per-request structure of websites. I've managed to get my
> events flowing and views changing.
>
> Next I need to work with the Services and Delegates. They do work,
but
> as I unfortunately have to use a HTTPService (at least for now), I
> can't find any example which would pass an VO over the request.
>
> Can this be done?
>
> I'm currently implementing the login system of my application and
need
> to pass over the login and password.
>
> Thank you in advance,
>
> Riku Räisänen
>
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

