Category: Deployment, Database, Data, github, yaml

Recently. while working on a requirement, there came a need to upload a file for further processing. Mostly in REST APIs, we are accustomed to using JSON input and output while it is XML for SOAP web services. This leads us to research how to satisfy the requirement.

Related Articles