« Back to Technical Discussions

The API is not always XML

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello,
 
While testing the API, I tried to send a command that does not exist in the API just to see the result. And I was expecting to have an XML formatted answer:
 
The request is :
<?xml version="1.0" encoding="UTF-8"?>
<test cookie="1286804351/cb1d3389-ee06-414e-9844-8f0384263340" />

The answer is :
<?xml version="1.0" encoding="UTF-8"?>
XML PARSING ERROR: unknown managed object class test
 
Obviously the answer is not well formed.
 
Normal I guess ?
 
Thanks
Seb

RE: The API is not always XML
Answer
10/29/10 5:10 AM as a reply to Sebastien Bouchex Bellomie.
Hello,
 
While testing the API, I tried to send a command that does not exist in the API just to see the result. And I was expecting to have an XML formatted answer:
 
The request is :
<?xml version="1.0" encoding="UTF-8"?>
<test cookie="1286804351/cb1d3389-ee06-414e-9844-8f0384263340" />

The answer is :
<?xml version="1.0" encoding="UTF-8"?>
XML PARSING ERROR: unknown managed object class test
 
Obviously the answer is not well formed.
 
Normal I guess ?
 
Thanks
Seb


This is a bug, it has been filed, no comitted date from enginering yet.