Forum Discussion

meilich's avatar
meilich
New Contributor
11 years ago

Can javax.wsdl.verbose value be set from WSDLOperation?

Hello,

I would just like to ask is there a way in SoapUI's wsdlOperation.addNewRequest(someString) to set the value of the javax.wsdl.verbose from true to false in method load() of class WsdlInterfaceDefinition?
Because I don't want to see the following information in the console display:

Progress: 1 - Loading Definition from cache
Retrieving document at 'https://webservices.sampletest.com/wsdl/sampletest.wsdl'.
Retrieving schema at 'https://webservices.sampletest.com/xsd/test1.xsd', relative to 'https://webservices.sampletest.com/wsdl/sampletest.wsdl'.


Regards,
meilich