Status/Resolution/Reason: Closed/Withdrawn/ThirdParty
Reporter/Name(from Bugbase): Rafael Ulloa / Rafael Ulloa (Rafael Ulloa)
Created: 09/17/2015
Components: Web Services, General
Versions: 11.0
Failure Type: Data Loss
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Mac All
Vote Count: 0
hi, i have run into an unusual behavior when invoking web services.
i am calling a web service that returns a ColdFusion XML object like this:
 
<children>
     <child>
          <firstname>john</firstname>
          <lastname>doe</lastname>
     </child>
</children>
 
when calling this web service from CF10, it works just fine. However, when calling from CF11, i only get this:
 
<child>
      <firstname>john</firstname>
      <lastname>doe</lastname>
</child>
no <children>? for some reason, CF11 ignores/hides the topmost XML level. this doesn't happen on previous versions. why? the server that hosts the web service is CF11 too.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	4058416
External Customer Info:
External Company:  
External Customer Name: Rafael Ulloa
External Customer Email:
  Attachments:
Comments: