On Wednesday, February 11, 2015 at 1:43:56 PM UTC+1, Tharshan wrote:
>
> I was hoping this group could give me some advice on what the best way to 
> approach wrapping a SOAP API through DRF and expose the resources found in 
> the SOAP Schemas as REST endpoints. One of the issues is the creation of 
> the classes and fields required for a each resource. Is there a way to 
> generate classes by parsing the XML Schema of the SOAP API? Would you write 
> a serialiser that translated back and forth between XML? To send the 
> response in XML but also to receive a response in XML but send it back to 
> the client as JSON.
>

    I have a similar problem, I'll be providing an API that uses another 
RESTful API as its backend, but with semantics more useful to our 
organization. So far what I'm doing is to do the requests directly in the 
ViewSet, but not having any Model or Serializer, Should I create a custom 
DB backend, or is DRF not aimed at such type of projects?

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to