How to provide the username/password parameters at a single place for all the SOAP requests?
I have around 200 API requests to be tested using a SOAP project and currently i am providing the username parameters to be used for a request separately for each request. So if i have to change the ...