Generate positive long integer?
Hi, In some of my testcases, I need a random long integer. I've found these Groovy lines to provide me with such: Random random = new Random(); long randomVal = random.nextLong(); Those two lines return positive AND negative values, but I'd need the number to be always positive. Any tips or advise would be greatly appreciated!8.2KViews0likes2CommentsSoapUI 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!21Views0likes0Commentscom.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!14Views0likes0CommentsXmlbean 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>Solved36Views0likes4CommentsCertificate 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 RalphSolved20KViews5likes7Comments