About 137,000 results
Open links in new tab
  1. SoapUI "failed to load url" error when loading WSDL

    0 Update SoapUI version to SoapUI 5.5.0. This error causes when I tried to load wsdl, because of old SoapUI version

  2. 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 = …

  3. [RESOLVED]how to run testsuites in multiple projects in one click …

    Hi, I have a few projects with test suites, test cases, etc. At present I open the projects in SoapUI, double click the project, go to the "TestSuites" tab and run the test cases in parallel. I repeat …

  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. soapui - SOAP UI - "Error getting response" - Stack Overflow

    This issue in corporate sectors is due to "Environment & Port Access not provided to your User ID". So contact the Corporate Network service team and request for access to the folder. How …

  7. How can I send multiple requests (same request) by a for loop to …

    Hi Everyone,I am pretty new to SoapUI tool. I am using SoapUI version 5.3.0 My Application have a couple of RESTful APIs. I have to send a request...

  8. soap parsing wsdl error: Unexpected element: TAG_END

    The issue is that soapui doesn't know where to find the schema file. If your wsdl is deployed to a server, it will return a url of the xsd file to include and soapui will be able to find it....

  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. How to post values in SOAPUI in rest - Stack Overflow

    I am analyzing SoapUI for Rest services and cant get my head around on how to post values in a request. There are options available to send the values in a querystring or header …