After 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 RalphSolved21KViews5likes7CommentsSoapUI portable version
Hi. I'm trying to find a version of SoapUI that doesn't require an installer -- so it's "portable" and runs out of its own folder or can be put on a USB stick. I've not found it. I tried downloading the source code and installing it with Maven and Java JDK but that threw all kinds of exceptions. Is there a "portable" version of SoapUI free version? Thanks.16KViews0likes1CommentDoes SoapUI 5.6.0 has log4j vulnerability?
I have installed SoapUI 5.6.0 and it does have "log4j-1.2.14.jar" file present at SmartBear\SoapUI-5.6.0\lib location. Does this file have vulnerability? Log4J file < 2.15 is vulnerable. So, Can you share if there is any patch or fix for the same or if there is any new version available to install which does not have this vulnerability? Thanks, JazzySolved14KViews0likes11CommentsCreating XSD from WSDL
Hi, I am using SOAPUi 5.4.0. I have a WSDL file and need to generate xsd files from the wsdl. I read in another website forum that it is possible to generate an xsd from WSDL by below steps. So I followed the same - 1) Creating a 'new SOAP project' 2) Give 'project name' and 'initial WSDL'. 3 Once loaded, navigate to the 'WSDL Content' 4) Use the last icon under the tab 'WSDL Content' : 'Export the entire WSDL and included/imported files to a local directory'. But, unfortunately this only generates a WSDL file. No other files including XSD files are generated. What could be wrong? Req is urgent. Any assistance would be highly appreciated. Thank you.13KViews0likes0CommentsSOAP UI - Basic Authentication - where do I find it in Server Code?
I have a SOAP Server written in PHP - and am Testing using SOAP UI. Everything works fine and returns results as expected. I am now trying to add in Basic Authentication - have set up in SOAP UI with Username and Password - BUT can't find how to check it in the Server code? I was expecting the credentials to be in the [SERVER] object passed to the server - but they are not. Can anyone help and advise how I check these items? Thanks PhilSolved12KViews0likes11CommentsHow to enable 'Transfer-Encoding: Chunked' for RESPONSE
Hi all, I have been trying without any success to get a chunked RESPONSE by varying the response length, checking and unchecking the Preferences -> HTTP Settings -> ‘Response compression’, using a ‘Chunking Threshold’ (which is just for REQUESTs), setting a ‘Max response size’, and so on! It’s worth to mention that the ONLY time I saw my SOAP RESPONSE with ‘Transfer-Encoding: chunked’, was when I forgot to start my Mock Service and then I proceed to run my SOAP REQUEST. The message was “There are currently 0 running SoapUI MockService” in the SOAP Body, but a chunked response was given. Do you know any method to get a chunked RESPONSE message? I'm using SoapUI 5.2.0. With 4.5.2 I get the same results. Thanks in advance for your help. Mariana.Solved11KViews0likes1CommentUnable to load https wsdl
When I try to create a new SOAP project and feed it a WSDL with an https URL (e.g. https://server/path/webservice?wsdl), the WSDL loads fine, but SoapUI tries to load related XSD files with the http protocol. The server hosting the web service does not allow http, thus I always get the following error and cannot create a SOAP Project: Error loading WSDL There was something wrong with the WSDL you are trying to import Error loading [http://server/path/webservice?xsd=xsd0]: org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: Unexpected end of file after null I am using SoapUI 5.5.0. Please advise.Solved11KViews0likes10CommentsHow to create html file in groovy script and how to use dynamic values from response to html code
How to create html file in groovy script and how to use dynamic values from response to html code Basic HTML code in groovy will be little helpful for me and dynamically need to change value in html code which I will get from API responses Please respond anything is fine Thanks in advance AlexKaras Marsha_R @richieSolved8.7KViews0likes7CommentsGenerate 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.3KViews0likes2CommentsHow can disable SSL certification verification in SoapUI?
Hi, I am asking this question because I encountered an issue while I was using SoapUI to sending a soap/json request to a HTTPS web service API which was installed with an empty issuer CN self-signed certificate at the server side. This is the sample api link: https://gauth.sandbox.genesyscloud.xyz/auth/v3/oauth/token?grant_type=client_credentials&client_id=auth_api_client&client_secret=client123 SoapUI returns following errors after I clicked send request button. The service api response wasn't returned. INFO:Error getting response for [https://auth.sandbox.cloud.xyz.Token:Request 1]; javax.net.ssl.SSLHandshakeException: Failed to parse server certificates ERROR:java.security.cert.CertificateParsingException: Empty issuer DN not allowed in X509Certificates Same api request call works good in Postman as long as I disable its SSL certification verification. In Postman, there is an option "disable SSL certification verification", you can use it to disable SSL certification verification while you are sending a soap/json request to a HTTPS web service API. However, I am not able to find the similar option in SoapUI. Does any one know how to disable SSL certification verification in SoapUI? Or, how can I send request and get its response successfully against a HTTPS web service API which is installed with an empty issuer CN self-signed certificate at its server side? Thank you!8.3KViews0likes2Comments