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

GetSOAPRequestHeader

Explorer ,
Apr 03, 2012 Apr 03, 2012

Copy link to clipboard

Copied

This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6ca1.html

Views

327

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
Engaged ,
Apr 03, 2012 Apr 03, 2012

Copy link to clipboard

Copied

LATEST

I believe the explanation regarding asXML is incorrect.

If true, the header is returned as ColdFusion XML document object. Correct!

However, the funny thing that we still need to parse using xmlParse() to get values. Why?

If false, the header is returned as a Java object. Wrong!

The header is returned as a plain text/string.

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