• 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 connect to a remote php webservice?

Explorer ,
Aug 02, 2011 Aug 02, 2011

Copy link to clipboard

Copied

It's possible develop a Flex Mobile Application using a php webservice hosted on a remote php server? How?

Views

1.2K

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

correct answers 1 Correct answer

Explorer , Oct 17, 2011 Oct 17, 2011

Thanks, i've learn that i can deploy my php webservices, doing a find&replace the local url for the remote url for testing. I've to secure my webservices prior to deploy.

Votes

Translate

Translate
Engaged ,
Aug 03, 2011 Aug 03, 2011

Copy link to clipboard

Copied

You can use the PHP settings of FB for PHP or connect to the webservice via HTTP (or HTTPS). I send and retrieve data from a php server via HTTP and it works well.

You just have to look at any example that explain how to connect to a webpage in FB 4.5.

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
Aug 05, 2011 Aug 05, 2011

Copy link to clipboard

Copied

Yes. You can use DCD to connect to a remote PHP service. In FB, go to Data > Connect to HTTP. Add the URL you want to connect to (including a sample request with parameters) in the operations table and it will figure out the necessary parameters.

Once you have that set up, you can right click on the method in the Data/Services tab and click on Generate Service Call. You can also bind to the data using Data > Bind to Data.

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
Explorer ,
Oct 17, 2011 Oct 17, 2011

Copy link to clipboard

Copied

LATEST

Thanks, i've learn that i can deploy my php webservices, doing a find&replace the local url for the remote url for testing. I've to secure my webservices prior to deploy.

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