BA_Service_Haus
12 years agoRegular Contributor
Validate against WSDL
Hi,
I have another problem now.
As I always want to validate against the services-wsdl (not the cached one), I wrote the following code:
But in case of basic authentication this fails.
Do you know how to set basic authentication to load the wsdl properly?
I have another problem now.
As I always want to validate against the services-wsdl (not the cached one), I wrote the following code:
def wsdlcontext = new com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext(url);
try{wsdlcontext.load()}catch(error){...
But in case of basic authentication this fails.
Do you know how to set basic authentication to load the wsdl properly?