muneeb706 / soap-request-builder

Sample project to give an idea on how to convert REST API request in JSON to SOAP Request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOAP Request Builder

Sample project to give an idea about how to convert REST API request in JSON to SOAP Request. As an example, this project converts REST API request in JSON to XML / SOAP Request for Equifax Start Transaction Service.

How to run ?

All of the code is written in Python and can be run using python command.

main.py is driver program.

Open terminal and go to src folder where main.py and other code files are present.

Then enter python main.py command and on the same terminal/console SOAP request generated from sample1.json will be printed.

About

Sample project to give an idea on how to convert REST API request in JSON to SOAP Request.


Languages

Language:Python 100.0%