Skip to main content

SOAP UI in Atollon Environment

- download at http://www.soapui.org/

  • for the first use of SoapUI click File -> New SOAP Project and fill first cell with whatever name of project and second cell with for example https://river.atollon.com/main.wsdl; click OK
  • double-click main (for main.wsdl) in Navigator, under Service Endpoints set Endpoint to https://fangtooth.atollon.com/soap
  • SOAP test suit example https://gitlab.atollon.com/zima/soap_test
  • Property transfer requires to have XPath written in namespace prefix independent way like: //*[local-name() = 'Envelope']/*[local-name() = 'Body']/*[local-name() = 'LoginResponse']/session/text() or //*:Envelope/*:Body/*:LoginResponse/userId/text()
  • Contains Assertion Content regex have to match whole multi-line responce like: (?s).*?<result>OK</result>.*