Hello,
We have installed the module in our dev instance of drupal version 7.12.
Only response we get is empty node tag and nothing else. Is there anything we need to configure?

$ telnet devdrupal 80
Trying 10.193.115.160...
Connected to devdrupal.
Escape character is '^]'.
get /node/2.xml
<?xml version="1.0" encoding="utf-8"?>
<node/>
Connection closed by foreign host.

Thanks,
Milind

Comments

bailey86’s picture

Have you tried this with a tool like 'poster' add-on for Firefox?

matt v.’s picture

We were running into the same problem of empty responses. In case someone else runs across this issue in search of a solution, what solved the issue for us was turning off the Universally Unique IDentifier module.

technikh’s picture

Issue summary: View changes

I have the same issue. conflict with uuid module
currently working even with uuid module. don't know what was conflicting before.