ruby on rails 4 - Using wash_out along with dynamic field mongodb document -
i´m trying build rails 4+ soap webservice wash_out gem , things pretty straight forward. need output array of records fetched rails model, complexity comes because model mongodb document no fields declared. table can potentially hold kind of key/value/datatype data manage elsewhere in system.
as understand, make use of reusabletypes in wash_out need specify field map specific type in case different 1 record another.
any ideas on how sort out scenario?
thanks!
soap doesn't work that. can work fixed structures. if make dsl update on per-request basis ugly hacks, clients still won't able work that. never use soap , mongo together.
Comments
Post a Comment