Issues with SoapUI 5.5.0 on Gaming Desktop: Need Help!
Hey everyone, I'm having some issues with SoapUI 5.5.0 on my gaming desktop [https://www.lenovo.com/ca/en/d/gaming-desktops/] and I'm wondering if anyone else has experienced similar problems. Here's a bit more context: I recently installed SoapUI 5.5.0 on my gaming desktop to test some web services, but I'm having trouble getting it to work properly. Specifically, the application is crashing every time I try to launch it, and I'm not sure what the problem might be. I've tried troubleshooting this issue by checking my system requirements and ensuring that I have the latest version of Java installed, but the issue persists. I'm wondering if there might be some compatibility issues between SoapUI 5.5.0 and gaming desktops. Has anyone else experienced similar issues with SoapUI 5.5.0 on a gaming desktop? And if so, do you have any suggestions for resolving this issue? I'd appreciate any advice or insights into this topic. Thank you in advance for your help!537Views0likes3Commentscom.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!5Views0likes0CommentsXmlbean 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)xml to soap
I need to take a SQL defined Xml that looks like this... <optiondata> <system.admission_data> <AdmissionDate>2020-06-15</AdmissionDate> <AdmissionTime>07:15 PM </AdmissionTime> <ClientName>Doe, John</ClientName> <EpisodeNumber>1</EpisodeNumber> <Program>3958</Program> <sex>M</sex> <TypeOfAdmission>01</TypeOfAdmission> </system.admission_data> <ClientID>123456</ClientID> <Episode>1</Episode> </optiondata> and change it to this... <tem:UpdateAdmission> <tem:SystemCode>Code</tem:SystemCode> <tem:UserName>Username</tem:UserName> <tem:Password>Password</tem:Password> <tem:ClientAdmissionInfo> <tem:AdmissionDate>2020-06-15</tem:AdmissionDate> <tem:AdmissionTime>07:15 PM</tem:AdmissionTime> <tem:ClientName>Doe,JOHN</tem:ClientName> <tem:EpisodeNumber>1</tem:EpisodeNumber> <tem:Program> 3958</tem:Program> <tem:Sex>M</tem:Sex> <tem:TypeOfAdmission>01</tem:TypeOfAdmission> </tem:ClientAdmissionInfo> <tem:ClientID>123456</tem:ClientID> <tem:Episode>1</tem:Episode> </tem:UpdateAdmission>Solved33Views0likes4CommentsCertificate X509 WCF Svc Windows
Hello, I'm using SoapUI 5.7.1 We have this .net wcf application : url: https://bla/bla/bla/aaaaa.svc In .net for a client config file I have this cert entry. <endpointBehaviors> <behavior name="FSPInternalEndpointClientBehavior"> <clientCredentials> <clientCertificate findValue="*someCert.com" x509FindType="FindBySubjectName" storeLocation="LocalMachine" storeName="My"/> <serviceCertificate> <defaultCertificate findValue="*someCert.com"" storeLocation="LocalMachine" storeName="TrustedPeople" x509FindType="FindBySubjectName"/> <authentication certificateValidationMode="PeerTrust"/> </serviceCertificate> </clientCredentials> </behavior> </endpointBehaviors> I have this cert (*.somecert.com) in my Microsoft Computer certs, and I have the matching pfx file. For that pfx file, I have a password. My .net client can call the WCF service with no issues. How do I configure SOAP UI to be able to call the WCF svc. I followed: https://www.soapui.org/docs/soapui-projects/ws-security/ , and I have tried many ways. So many options, and so many drop down ... but I always get <s:Reason> <s:Text xml:lang="en-US">An error occurred when verifying security for the message.</s:Text> </s:Reason> any insight. ThanksAfter update to Soap 7.5.0 is the raw view chown by default
Hi All, I just updated to 5.7.0 and have now an issue. After sending a Soap request the response is always shown in the Raw-Register. Before the update it was by default the XML-Register. This is very confusing for me. Is there a possibility to define the XML-Register as default after sending a soap request? I didn't found anything in the docu or net... Thanks RalphSolved20KViews5likes7CommentsResponse XML tab encoding
Hi, Ive got some troubles with readyAPI not correctly encoding responses in XML tab. Dont know if its some setting I have, but on similar requests Im getting different results in response XML tab. First of all I cloned whole SOAP test case (old one) and replaced old services with new ones. Here is one example of what Im dealing with. In old test case Im still getting same result in response xml tab (no matter how I run it): <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema"> <SOAP-ENV:Body> <SOAP-ENV:Fault> <faultcode>SOAP-ENV:Client</faultcode> <faultstring> APP-002 : Chyba při zpracování, duplicitní údaj v požadavku (AgendaZadostId='b1e43723-54f7-447e-8d62-ed1ab98d24d7'). <!--ISZRZadostId=b1e43723-54f7-447e-8d62-ed1ab98d24d7--> </faultstring> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> <!--SERVER: TP-ISZR1APPO101--> <!--CERTIFICATEID: [3b:c6:01:57:00:02:00:00:0e:3b]--> <!--UUID: [78004a1c-6a38-1416-9628-1af38a530000], RAW:[1C4A0078386A161496281AF38A530000]--> <!--TotalTime: 00:00:00.0781195, in ms: 78.1195--> <!--DbTime (all in ms) - total: 46.8883, external: 46.8883, internal: 0, extCommit 0, intCommit 0, CWeb = 15, CWin = 0--> <!--WinService (all in ms) - total: 0, ZR: 0--> <!--Remoting: DIFF: 0 ; total: 0, winservice: 0--> <!--CodeTime: 31.2312 ; celkem: 78.1195, Proc: 39.9787505040355--> <!--OMO: 15.6112--> If I run my cloned test case with new services in test runner I get: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema"> <SOAP-ENV:Body> <SOAP-ENV:Fault> <faultcode>SOAP-ENV:Client</faultcode> <faultstring>APP-002 : Chyba při zpracování, duplicitní údaj v požadavku (AgendaZadostId='02de5978-035e-4d5f-b89e-da520085aba9').<!--ISZRZadostId=c125d058-6a2f-1416-9927-173b688b1000--> </faultstring> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> <!-- SERVER: TP-ISZR1APPO101 --><!-- CERTIFICATEID: [3b:c6:01:57:00:02:00:00:0e:3b] --><!-- UUID: [4ab6460c-6a32-1416-9927-1cc57fd37000], RAW:[0C46B64A326A161499271CC57FD37000] --><!-- TotalTime: 00:00:00.0468721, in ms: 46.8721 --><!-- DbTime (all in ms) - total: 31.2513, external: 31.2513, internal: 0, extCommit 0, intCommit 0, CWeb = 15, CWin = 0 --><!-- WinService (all in ms) - total: 0, ZR: 0 --><!-- Remoting: DIFF: 0 ; total: 0, winservice: 0 --><!-- CodeTime: 15.6208 ; celkem: 46.8721, Proc: 33.3264351287866 --><!-- OMO: 0 --> And if I run this specific test step individually I also get correct response (as the old one): <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema"> <SOAP-ENV:Body> <SOAP-ENV:Fault> <faultcode>SOAP-ENV:Client</faultcode> <faultstring> APP-002 : Chyba při zpracování, duplicitní údaj v požadavku (AgendaZadostId='02de5978-035e-4d5f-b89e-da520085aba9'). <!--ISZRZadostId=c125d058-6a2f-1416-9927-173b688b1000--> </faultstring> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> <!--SERVER: TP-ISZR1APPO101--> <!--CERTIFICATEID: [3b:c6:01:57:00:02:00:00:0e:3b]--> <!--UUID: [5798b974-6a5d-1416-9461-1780ea3fd000], RAW:[74B998575D6A161494611780EA3FD000]--> <!--TotalTime: 00:00:00.2499951, in ms: 249.9951--> <!--DbTime (all in ms) - total: 109.3706, external: 109.3706, internal: 0, extCommit 0, intCommit 0, CWeb = 15, CWin = 0--> <!--WinService (all in ms) - total: 0, ZR: 0--> <!--Remoting: DIFF: 0 ; total: 0, winservice: 0--> <!--CodeTime: 140.6245 ; celkem: 249.9951, Proc: 56.2509025176893--> <!--OMO: 124.9964--> Any ideas where could be the problem? As you can see the response isn't formatted as well - when I do format it after test run, everything fixes. But I don't want to do that manually, because I also need to export these responses for customer reports. Thanks for your help, M27Views0likes0CommentsHave anyone tried soapui 5.6.0 with xmlbeans 5.0.3
The soapui 5.6.0 is dependent on xmlbeans "3.1.1-sb-fixed" which appears a customized xmlbeans version. In a unique situation where our web application would also use another library that needs xmlbeans 5.0.3. But the problem is obvious and we can't have two versions of xmlbeans in the classpath or we have runtime issues finding the appropriate binaries. If we carefully modify the soapui src to use xmlbeans 5.0.3 would we be OK? Trying to see if someone else ventured this route. Thanks Kalyan399Views1like1Comment