简体   繁体   中英

how to integrate XML Schema, XML gateway API in django

i am working in a web application to register a company online via API. but i know how to work with restful API's, basically my mind set is to get an http link to make POST and GET request as per API type. but in this case i have a link contains of XSD schemas, here is the link . i dont have any idea how to test and get started.

please anyone know how to work with XML gateway, or any link to follow where may i get the process to integrate XML gateway with django to make a POST request.

will be thankful for your answer.

Try using the xmltodict module's parse() method to obtain the XML as JSON which will be suitable with DRF API structure.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM