Forum Discussion

castagu's avatar
12 years ago

SoapUI as a library on web application

Hi,

I want to use SoapUI on a web application for generating XML SOAP Request template, invoke web service via HTTP, obtain XML SOAP response and for adding security, addressing ( support for WS-* standards that offers SoapUI). Please say me if there are any way to include SoapUI as a library without any UI feature (only logic). In case of negative answer, Is correct to use a SoapUI (desktop application) on a web application?.

Thanks in advance.
  • redfish4ktc2's avatar
    redfish4ktc2
    Super Contributor
    yes this is possible
    the maven plugin embedded soapui without some UI features, see https://github.com/SmartBear/soapui/blo ... in/pom.xml
    even if it is intended to be used in a command line application, this is a good start
    A lot of people also embedded soapui to make it use in junit tests (search on the forum)

    be carreful, soapui has a lot of dependencies you may need to remove manually