cfedermann / mt-serverland

Open Server Architecture for Machine Translation
http://www.dfki.de/~cfedermann
11 stars 6 forks source link

Temp fix to xmlrpcserver's create_translation method #15

Closed NickRuiz closed 13 years ago

NickRuiz commented 13 years ago

The create_translation() method wasn't working, so I fixed it and changed the response type to HTTP OK, because piston was not allowing me to use HTTP CREATED (201) and still return the dictionary as application/json type.

I created a question on Stack Overflow to see if anyone else has encountered/resolved this problem. http://stackoverflow.com/q/4572995/243372