Dec-25-2017, 11:09 AM
Jan-02-2018, 03:44 PM
They're just http calls, so you can use any http library you like.
requests
is quite nice.Jan-10-2018, 03:37 AM
hi Nilamo, thanks for the information, i was actually looking for a code which has request passed as parameter and response generated in file, i couldnt find after googling it. if you have any pls share.
example.... or something similar...
small change i can do to fit my requirement.
soap_prog.py <endpoint> <soapaction> /tmp/envlope_file
json_prog.py <endpoint> /tmp/headerinfo.txt

example.... or something similar...

soap_prog.py <endpoint> <soapaction> /tmp/envlope_file
json_prog.py <endpoint> /tmp/headerinfo.txt
Jan-10-2018, 07:57 PM
I'm not sure you can do something that generic, as every soap/json service will have a different api.
Jan-11-2018, 01:32 PM
Hi Nilamo, i will use regex to parse requied API. Currently i have a java code that does this. I have URL, URI, OPERATION, PAYLOAD etc in DB..I run java prog in iteration and execute each test. I hope u got it.
Jan-11-2018, 05:28 PM
If you already have it working in java, why do you need it in python?
Also, we're not going to do it for you. What we WILL do, is help you if you have any issues along the way.
Also, we're not going to do it for you. What we WILL do, is help you if you have any issues along the way.