Project WSDL replaced from another project
I have SoapUI v5.8.0 and two projects loaded. I noticed that if I open the Interface Viewer for first project, then the WSDL for the second project gets overwritten by the WSDL of the first project. In steps: - close SoapUI - open SoapUI - in the project list on the left (the Navigator), expand the first project and double click the first (and only) interface (the icon with two green arrows, pointing left and right) - the Interface Viewer appears with correct data, including the third tab named "WSDL Content", which shows the correct WSDL - now expand the second project and double click the first (and only) interface there - the Interface Viewer appears with correct data in the first tab (named "Overview"), but the third tab named "WSDL Content", shows the WSDL from the first project! Most things work, but if a TestCase in second project has a "Schema Compliance" assertion, it will fail, as the schema in the wrong WSDL is used and it does not match the actual test case result for a web service response. It is similar, if I first open the Interface Viewer for the second project, ie: - close SoapUI - open SoapUI - expand the second project and double click the interface - the Interface Viewer appears with correct data, including the third tab named "WSDL Content", which shows the correct WSDL - now expand the first project and double click the interface there - the Interface Viewer appears with correct data in the first tab (named "Overview"), but the third tab named "WSDL Content", shows the WSDL from the second project! After exiting SoapUI, the wrong WSDL is not saved. Also, if I don't open the Interface Viewer after starting SoapUI but just run the test suites, a similar thing happens: if I first run the test suites from first project, and then the tests from second project, the second project tests will fail with "Schema Compliance" assertions, as again, the second WSDL is "overwritten" with the first. The problem appears also when running testcases from java (using class com.eviware.soapui.SoapUI from soapui.jar): if first project test suites are run and then second project test suites, the second project tests will have an assertion error as they will compare to the wrong WSDL schema (the one from the first project). Important detail: for both projects the WSDL URL (as shown in the first tab of Interface Viewer) is same. This is because both the projects (the servers, not the SoapUI projects) were developed, well on my PC and they were created at different times, when running in my IDE. So both URLs are like: https://localhost:8443/foo/bar?wsdl I guess this may be related to the problem and will try a workaround by editing the SoapUI project XML file to make the URLs different. Unless a better approach is suggested...18Views0likes1CommentCan SoapUI help me determine WSDL errors?
I have downloaded SoapUI and I'm not sure it has the function I need. My situation is: Oracle provides an endpoint with a SOAP XML. I try to take this XML and put it into Visual Studio as a "Connected Service" Visual Studio says "Number of Services Found: 0" Can SoapUI determine why this is not recognized as a valid WSDL? Is there some other tool to do this?22Views0likes1Commentcom.eviware.soapui.config.* missing: How do I clone and run SoapUI locally in Intellij?
I have followed the steps mentioned in the Readme page but the SoapUI.java file won't run because all call files in com.eviware.soapui.config are misssing. Am I missing a step here? Please help. Thanks!31Views0likes1CommentExport of Mock Service as WAR File not compatible with latest Tomcat
When trying to run exported war on Tomcat 11, I'm getting: org.apache.catalina.core.StandardWrapperValve.invoke Allocate exception for servlet [SoapUIMockServlet] java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet With Tomcat 9 everything runs fine. My suspicion that the problem related to jakarta switch in latest Tomcat. Does Soap UI support newer server versions and if yes what should be configured to have proper war created? Thanks51Views0likes0CommentsSoapUI 5.7.2 stuck on splash screen
Hello! I'm using the 5.7.2. SoapUI, but every time I start, it stuck on the splash screen. The only way to close the app is to kill it in task manager. I'm installing it with Company Portal, so can't change the version, folders etc. but any help appreciated (IT couldn't figure it out) (Win 11) Thank you!80Views0likes0CommentsXmlbean 5.1.1 jar Upgrade Issue in SOAP UI
Hi Team, We are using the soapui version 5.7.2 with the xmlbean 3.1.0.jar, due to some dependency from poi jar we need to upgrade the xmlbean jar version to 5.1.1. while upgrading we are facing the below problem in soapui while running. Kindly provide a solution for us to upgrade the xmlbean to latest version while using soapui 5.7.2 java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject$Factory at com.eviware.soapui.support.xml.XmlUtils.createXmlObject(XmlUtils.java:189) at com.eviware.soapui.impl.wsdl.support.soap.SoapVersion11.<init>(SoapVersion11.java:69) at com.eviware.soapui.impl.wsdl.support.soap.SoapVersion11.<clinit>(SoapVersion11.java:53) at com.eviware.soapui.impl.wsdl.support.soap.SoapVersion.<clinit>(SoapVersion.java:37) at com.eviware.soapui.DefaultSoapUICore.init(DefaultSoapUICore.java:150) at com.eviware.soapui.DefaultSoapUICore.<init>(DefaultSoapUICore.java:128) at com.eviware.soapui.DefaultSoapUICore.createDefault(DefaultSoapUICore.java:107) at com.eviware.soapui.SoapUI.getListenerRegistry(SoapUI.java:1686) at com.eviware.soapui.impl.wsdl.WsdlProject.addProjectListeners(WsdlProject.java:635) at com.eviware.soapui.impl.wsdl.WsdlProject.<init>(WsdlProject.java:213) at com.eviware.soapui.impl.wsdl.WsdlProject.<init>(WsdlProject.java:201) at com.eviware.soapui.impl.wsdl.WsdlProject.<init>(WsdlProject.java:197) at com.eviware.soapui.impl.wsdl.WsdlProject.<init>(WsdlProject.java:185)15Views0likes0Comments