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

Using CFHTTP to call a web service

Explorer ,
Jun 22, 2006 Jun 22, 2006

Copy link to clipboard

Copied

We are using a CF5 server, and will not be updating to MX any time soon. I need to call a web service, and understand I can do this with CFHTTP. Can anyone direct me to any docs or give me examples of how to do this?
TOPICS
Advanced techniques

Views

313

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 , Jun 23, 2006 Jun 23, 2006
Answered my own question. The problem I had was returning complex datatypes. CFHTTP.FILECONTENT actually comes back as WDDX from an MX web service, so I was able to use the CFWDDX tag to turn a Soap structure into a CF structure, and it works perfectly.

Votes

Translate

Translate
Explorer ,
Jun 23, 2006 Jun 23, 2006

Copy link to clipboard

Copied

LATEST
Answered my own question. The problem I had was returning complex datatypes. CFHTTP.FILECONTENT actually comes back as WDDX from an MX web service, so I was able to use the CFWDDX tag to turn a Soap structure into a CF structure, and it works perfectly.

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
Resources
Documentation