evert_timmer
16 years agoNew Contributor
Login dialog pops up
Hi to all,
I am in the process of automating a test scenario for a SOA environment where we deal with several environments ( dev, test, acc, prod ).
I want to be able to dynamically configure all my test request endpoints based on information i receive from a "locator" service that holds all service-urls within an environment.
For some reason, i cannot get around it, i need to pull the wsdl description from all services in order to map them to the interface names i configured in soapui, and then update the url if there is a match ( not all services are going to be tested by soapui )
Here my problem starts...
Some of the services need credentials and some don't and i only need to "remap" the services that don't. Since i do not know at forehand what service ( interface ) it is that i am calling, a login dialog appears when i hit one of the services that i don't need to test.
Is there a way to prevent the dialog from popping up and let me just handle the exception in code ? ( not using commandline )
If not, is there another, more intelligent, way to do the job described ? I cannot control the information in the locator service so i am dependent on it as it is.
thanks,
Evert
I am in the process of automating a test scenario for a SOA environment where we deal with several environments ( dev, test, acc, prod ).
I want to be able to dynamically configure all my test request endpoints based on information i receive from a "locator" service that holds all service-urls within an environment.
For some reason, i cannot get around it, i need to pull the wsdl description from all services in order to map them to the interface names i configured in soapui, and then update the url if there is a match ( not all services are going to be tested by soapui )
Here my problem starts...
Some of the services need credentials and some don't and i only need to "remap" the services that don't. Since i do not know at forehand what service ( interface ) it is that i am calling, a login dialog appears when i hit one of the services that i don't need to test.
Is there a way to prevent the dialog from popping up and let me just handle the exception in code ? ( not using commandline )
If not, is there another, more intelligent, way to do the job described ? I cannot control the information in the locator service so i am dependent on it as it is.
thanks,
Evert