bgoldstone
1 year agoNot applicable
SoapUI Plugin Development still available?
Hello,
I was interested in playing around with the plug-in/extensions API, but I could not seem to generate the Maven archetype project.
Are open source soap UI plug in still developable and supported on 5.7.2?
Without the archetype is there a way to create a manual project?
Hi bgoldstone
SoapUI Open Source still supports extensions/plugins, but the plugin API and Maven archetype are fairly old and may not work cleanly with newer Maven/JDK versions. For 5.7.2, you can create a plugin project manually using the SoapUI extension examples/source as a template, rather than relying on the Maven archetype.
Hope this helps !!