• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How to add DELETE and PUT operations to httpd data service

Guest
Dec 17, 2010 Dec 17, 2010

Copy link to clipboard

Copied

I'm new to Flash Builder, and I'm trying to configure consumption of a RESTful http web service that returns JSON results. I got the GET and POST operations configured, but I don't see options to create DELETE and PUT operations, which are essential to my application (I need to delete and update rows in a database). If it matters, this is an AIR application. Do I have to manually add these myself? Why doesn't the wizard/dialog provide these options?

Thanks in Advance,

J.D.

Views

597

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 18, 2010 Dec 18, 2010

Copy link to clipboard

Copied

You could use Apache with mod_dav

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 18, 2010 Dec 18, 2010

Copy link to clipboard

Copied

Thanks for the reply, but I don't think that is relevant. I already have a web service on the server side set up and working well. I'm just trying to consume it via an AIR app and Flash Builder doesn't seem to be able to generate proxy methods to easily call the DELETE and PUT operations of my service.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 22, 2010 Dec 22, 2010

Copy link to clipboard

Copied

LATEST

I haven't tried them yet, but I found both of these resources which seem to address this: http://code.google.com/p/resthttpservice/ and http://fbflex.wordpress.com/2008/06/12/a-simple-actionscript-flex-rest-client/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines