About 138,000 results
Open links in new tab
  1. How do i get JSON values from a response in Groovy

    Hi I figured out how to grab NodeValue from XML responses in Groovy using: def groovyUtils = new com.eviware.soapui.support.GroovyUtils ( context ) def holder = …

  2. SOAP UI - ERROR:Exception in request: javax.net.ssl ...

    Solution- upgrade to SoapUI 5.5.0 (which is the current latest version as of March 2019) fixed both issues. Choose option to upgrade the current SoapUI version. If you are upgrading the …

  3. creating WSDL and getting error: …

    Save the file to your local machine. After creating a new project in SoapUI, right-click the project and choose "Add WSDL". Enter the path to the saved XML file. SoapUI will correctly interpret …

  4. web services - SOAPUI Certificate authentication - Stack Overflow

    You need to configure soapui for client certificate authentication. There are a number of ways to do this. You can add an authentication option under the connection details for the project. You …

  5. Unable to get the Response in SOAP UI.. - SmartBear Community

    Hi.. I am unable to get the response when I have executed the request thru SOAP UI tool. The other services are working fine. Don't know what is wrong. The same Service which I am …

  6. Testing web service with SoapUI and Windows authentication

    Is it possible to include the Windows domain credentials to test my web service with SOAP UI? I found a properties page but the IIS just responses with "wrong credentials".

  7. wsdl load issue - SmartBear Community

    I cannot load my wsdl in soapui, I am having issues with loading the xsd. I am getting the error:Error loading...

  8. soapui - Setting up HTTP Basic Authentication for all requests

    Is there a way to set up HTTP Basic Authentication for all requests in a SoapUI project? I know it can be done for all requests within a TestSuite but I cant figure out how to do it for all requests …

  9. After update to Soap 7.5.0 is the raw view chown by default

    Same. been using soapui for years on this machine. first upgrade that caused this behavior. Switching to XML doesn't persist; each execution returns RAW.

  10. SoapUI - How to use Property Transfer with POST request

    Execution in soapUI is top down and if property transfer is placed before the source step you will not have any value to transfer. To give you an example In this example i have a test request …