(This message has been automatically imported from the retired mailing list)
I have now walked through the tutorial - everything worked nicely,
except the creation of plain HTTP channels via the web admin.
When using Firefox, it does not work, I get an error message:
Could not create the object, e:[Traceback (most recent call last):
File “…/admin/web/views/http_soap.py”, line 189, in create
… expected elem:[id] not found in item:[{u’id’: u’’, u’name’: u’’}]
The error message is displayed properly in a div here.
Using Chrome it works, I get a success message:
{“message”: “Successfully created the Plain HTTP channel
[Get Client Details], check server logs for details”, “id”: 532,
“transport”: “plain_http”}
But strangely, the message is displayed as a json response on the full
page, not in a div.
Using Internet explorer, I have both issues at the same time: an error
message, and it is displayed on the full page.