Some API pages are not found
Every now and then I look over some class and get some 404 like on this page. Olga_T can you please forward this to somebody?
Hello Lucian,
The API Docs for SoapUI Pro classes and methods were recently moved. So, the resource you were trying to access by
https://www.soapui.org/apidocs/pro/com/eviware/soapui/impl/wsdl/WsdlProjectPro.html
now should be accessed by
https://support.smartbear.com/readyapi/apidocs/pro/com/eviware/soapui/impl/wsdl/WsdlProjectPro.html
I've asked the Documentation team to fix the broken links.
BTW, on this page, you can find the up-to-date links to all the ReadyAPI API Docs: https://support.smartbear.com/readyapi/docs/configure/plugins/dev/background/api.html
As for your code snippet, in the result of the getInterfaces() method call you get a HashMap (check the docs), and the way you iterate through it doesn't look correct.