It appears that DPP is solving your issue now :-) However, for the record, I do exactly what you describe in terms of PUT / POST - this is a fairly normal ROA (but with objective-c clients, not javascript). FYI... if you have xml messages, you can access the xml automagically in your dispatching:
req.xml_? // => boolean to check if its an xml body req.xml // => the actual xml passed (do whatever parsing) Not sure if im adding any value to this conversation - so please say if im just confusing you! REST services in lift is something I care about a lot and ensuring its correct is of great importance to me :-) Cheers, Tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
